Skip to content

Commit

Permalink
workflows: Remove wildcard suffix from Terraform workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Apr 16, 2024
1 parent e0d338b commit 8da1e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# run acceptance tests in a matrix with Terraform core versions
test:
name: 'Acc. Tests (OS: ${{ matrix.os }} / TF: ${{ matrix.terraform }})'
name: 'Acc. Tests (OS: ${{ matrix.os }} / TF: ${{ matrix.terraform }}
needs: build
runs-on: ${{ matrix.os }}
timeout-minutes: 15
Expand All @@ -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 8da1e50

Please sign in to comment.