Skip to content

Commit 5990c70

Browse files
committed
ci: add setup-terraform action
1 parent 4bb47d4 commit 5990c70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- 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
4145
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
4246
with:
4347
go-version-file: "go.mod"

0 commit comments

Comments
 (0)