We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded5dc commit ddfbfb4Copy full SHA for ddfbfb4
.github/workflows/acceptance_test_dfa.yaml
@@ -28,6 +28,6 @@ jobs:
28
- name: Run Tests
29
env:
30
TF_ACC: 1
31
- TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || vars.TERRAFORM_VERSION_EXP }}
+ TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || '1.9.0-alpha20240516' }}
32
run: |
33
go test -v -run '^TestAccKubernetesDeferredActions' ./kubernetes/test-dfa
0 commit comments