Skip to content

Commit 31093be

Browse files
authored
github workflow: install terraform on post publish check (#40636)
* install terraform on workflow * linting
1 parent cebf11e commit 31093be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
runs-on: ${{ matrix.os }}
8686
needs: [registry-check]
8787
steps:
88+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
89+
with:
90+
terraform_wrapper: false
8891
- name: Specify Provider Version in TF Configuration
8992
run: |
9093
cat <<EOF > main.tf

0 commit comments

Comments
 (0)