Skip to content

Commit

Permalink
workflows: Remove wildcard suffix from Terraform workflow call (#320)
Browse files Browse the repository at this point in the history
* workflows: Remove wildcard suffix from Terraform workflow call

* fix

* fix
  • Loading branch information
austinvalle authored Apr 18, 2024
1 parent e0d338b commit 9a21b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup Terraform ${{ matrix.terraform }}
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
with:
terraform_version: ${{ matrix.terraform }}.*
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false

- name: Run acceptance test
Expand Down

0 comments on commit 9a21b74

Please sign in to comment.