Skip to content

Commit

Permalink
Fix terraform version in kind acctest GHA (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston authored Nov 25, 2024
1 parent b0a4fb9 commit 7468c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance_tests_kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install Terraform
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
# terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_wrapper: false
- name: Setup kind
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0
Expand Down

0 comments on commit 7468c0f

Please sign in to comment.