Skip to content

Commit 85ecc5b

Browse files
committed
fix: generate requires terraform to be installed
Used to build the docs from schemas. Not all runners have terraform installed, ensure it is available.
1 parent 0b07066 commit 85ecc5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
with:
4242
go-version-file: "go.mod"
4343
cache: true
44+
- uses: hashicorp/setup-terraform@v3
45+
with:
46+
terraform_version: "1.9.*"
47+
terraform_wrapper: false
4448
- run: go generate ./...
4549
- name: git diff
4650
run: |

0 commit comments

Comments
 (0)