We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f1e95 commit 33a4f16Copy full SHA for 33a4f16
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ permissions:
14
15
env:
16
MIN_PYTHON_VERSION: "3.9"
17
+ TERRAFORM_VERSION: "1.10"
18
19
jobs:
20
pre-commit:
@@ -23,6 +24,9 @@ jobs:
23
24
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
25
with:
26
python-version: ${{ env.MIN_PYTHON_VERSION }}
27
+ - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
28
+ with:
29
+ terraform_version: ${{ env.TERRAFORM_VERSION }}
30
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
31
32
sanity:
0 commit comments