Skip to content

Commit

Permalink
Install terraform in CI, test with only terraform 1.5 and 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vydrazde committed Dec 31, 2024
1 parent 209f608 commit 8ae62e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: "1.6-*"
terraform_wrapper: false
- run: go generate ./...
- name: git diff
run: |
Expand All @@ -55,9 +59,6 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1.6'
steps:
Expand Down

0 comments on commit 8ae62e0

Please sign in to comment.