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 bcaa25e commit 854c047Copy full SHA for 854c047
.github/workflows/acceptance_test_dfa.yaml
@@ -13,7 +13,7 @@ on:
13
inputs:
14
terraformVersion:
15
description: Terraform version
16
- default: 1.12.0
+ default: v1.12.0-alpha20250312
17
18
jobs:
19
acceptance_tests:
@@ -29,6 +29,6 @@ jobs:
29
- name: Run Tests
30
env:
31
TF_ACC: 1
32
- TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || '1.12.0' }}
+ TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion || 'v1.12.0-alpha20250312' }}
33
run: |
34
go test -v -run '^TestAccKubernetesDeferredActions' ./kubernetes/test-dfa
0 commit comments