We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hashicorp/setup-terraform
1 parent 31da39e commit 23c5023Copy full SHA for 23c5023
.github/workflows/resource-counts.yml
@@ -19,6 +19,10 @@ jobs:
19
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
20
private_key: ${{secrets.APP_PEM }}
21
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
+ - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
23
+ with:
24
+ terraform_version: ${{ env.TERRAFORM_VERSION }}
25
+ terraform_wrapper: false
26
- run: |
27
touch main.tf
28
cat << EOF > main.tf
0 commit comments