Skip to content

Commit 854c047

Browse files
committed
DFA tests should use alpha build
1 parent bcaa25e commit 854c047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance_test_dfa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
inputs:
1414
terraformVersion:
1515
description: Terraform version
16-
default: 1.12.0
16+
default: v1.12.0-alpha20250312
1717

1818
jobs:
1919
acceptance_tests:
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run Tests
3030
env:
3131
TF_ACC: 1
32-
TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || '1.12.0' }}
32+
TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || 'v1.12.0-alpha20250312' }}
3333
run: |
3434
go test -v -run '^TestAccKubernetesDeferredActions' ./kubernetes/test-dfa

0 commit comments

Comments
 (0)