Skip to content

Commit

Permalink
github workflow: install terraform on post publish check (#40636)
Browse files Browse the repository at this point in the history
* install terraform on workflow

* linting
  • Loading branch information
johnsonaj authored Dec 19, 2024
1 parent cebf11e commit 31093be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
runs-on: ${{ matrix.os }}
needs: [registry-check]
steps:
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_wrapper: false
- name: Specify Provider Version in TF Configuration
run: |
cat <<EOF > main.tf
Expand Down

0 comments on commit 31093be

Please sign in to comment.