We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb47d4 commit 5990c70Copy full SHA for 5990c70
.github/workflows/test.yml
@@ -38,6 +38,10 @@ jobs:
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
+ - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
42
+ with:
43
+ terraform_version: "1.9.*"
44
+ terraform_wrapper: false
45
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
46
with:
47
go-version-file: "go.mod"
0 commit comments