Skip to content

Commit

Permalink
Merge branch 'main' into d-cdktf-docs-11097070849-110
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle authored Oct 1, 2024
2 parents 0b4103d + 1b05301 commit 9e71b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
with:
version: latest

# We need the latest version of Terraform for our documentation generation to use
- name: Set up Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_wrapper: false

- name: Generate
run: make generate

Expand Down

0 comments on commit 9e71b07

Please sign in to comment.