Skip to content

Commit 651ccce

Browse files
authored
Merge pull request #39510 from hashicorp/b-tfproviderdocs-ci
ci(provider): use `hashicorp/setup-terraform` in tfproviderdocs check
2 parents ca7f6b5 + 23c5023 commit 651ccce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/provider.yml

+4
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ jobs:
281281
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
282282
with:
283283
go-version-file: go.mod
284+
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
285+
with:
286+
terraform_version: ${{ env.TERRAFORM_VERSION }}
287+
terraform_wrapper: false
284288
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
285289
continue-on-error: true
286290
timeout-minutes: 2

.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)