Skip to content

Commit 33a4f16

Browse files
committed
install TF in CI
1 parent a2f1e95 commit 33a4f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
env:
1616
MIN_PYTHON_VERSION: "3.9"
17+
TERRAFORM_VERSION: "1.10"
1718

1819
jobs:
1920
pre-commit:
@@ -23,6 +24,9 @@ jobs:
2324
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2425
with:
2526
python-version: ${{ env.MIN_PYTHON_VERSION }}
27+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
28+
with:
29+
terraform_version: ${{ env.TERRAFORM_VERSION }}
2630
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2731

2832
sanity:

0 commit comments

Comments
 (0)