Skip to content

Commit 23c5023

Browse files
committed
ci: use hashicorp/setup-terraform in resource-counts workflow
1 parent 31da39e commit 23c5023

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/resource-counts.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
2020
private_key: ${{secrets.APP_PEM }}
2121
- 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
2226
- run: |
2327
touch main.tf
2428
cat << EOF > main.tf

0 commit comments

Comments
 (0)