chore: generate terraform testdata with matching terraform version (#13343)

Terraform changed the default output of the `terraform graph` command. You must put `-type=plan` to keep the prior behavior.


Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
Kyle Carberry
2024-05-22 13:45:47 -04:00
committed by GitHub
parent ed6ee9aaa8
commit 3364abecdd
88 changed files with 878 additions and 332 deletions
+3
View File
@@ -211,6 +211,9 @@ jobs:
- name: Setup sqlc
uses: ./.github/actions/setup-sqlc
- name: Setup Terraform
uses: ./.github/actions/setup-tf
- name: go install tools
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30