Skip to content

Commit

Permalink
install terraform explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmied committed Jan 17, 2025
1 parent 108666b commit eeba1eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- run: go mod download
- run: go build -v .

- name: Install Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false

generate:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit eeba1eb

Please sign in to comment.