Skip to content

Commit 7468c0f

Browse files
authored
Fix terraform version in kind acctest GHA (hashicorp#2634)
1 parent b0a4fb9 commit 7468c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Terraform
7272
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
7373
with:
74-
# terraform_version: ${{ env.TERRAFORM_VERSION }}
74+
terraform_version: ${{ env.TERRAFORM_VERSION }}
7575
terraform_wrapper: false
7676
- name: Setup kind
7777
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0

0 commit comments

Comments
 (0)