Skip to content

Commit

Permalink
ci: use hashicorp/setup-terraform in resource-counts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Sep 27, 2024
1 parent 31da39e commit 23c5023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/resource-counts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{secrets.APP_PEM }}
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}
terraform_wrapper: false
- run: |
touch main.tf
cat << EOF > main.tf
Expand Down

0 comments on commit 23c5023

Please sign in to comment.