terraform-example-foundation icon indicating copy to clipboard operation
terraform-example-foundation copied to clipboard

Shows how the CFT modules can be composed to build a secure cloud foundation

Results 208 terraform-example-foundation issues
Sort by recently updated
recently updated
newest added

Context: The terraform plan generated in GitHub Actions is often truncated when the comment is posted to a PR. This is because the comment is posting the stdout for all...

### TL;DR The terraform plan generated in GitHub Actions is often truncated when the comment is posted to a PR. This is because the comment is posting the stdout for...

bug

### TL;DR Only some groups automatically have the recommended IAM roles defined. Some groups are setup in the initial section but never used in IAM policy, even though documentation at...

bug

### TL;DR Using the default values within "3-networks-dual-svpc" partner_interconnect.tf in either Australian region, the vlan attachment names violate the max length. The error provided in Terraform is: `Error creating InterconnectAttachment:...

bug

### TL;DR `[org_policy_admin_role](https://github.com/search?q=repo%3Aterraform-google-modules%2Fterraform-example-foundation%20org_policy_admin_role&type=code)` is a variable optionally used to override the default behavior of IAM roles with a list of hardcoded. However, the intended usage of the variable is not...

enhancement

Fixes: https://github.com/terraform-google-modules/terraform-example-foundation/issues/1109 This PR addresses the lack of detailed error outputs for Terraform plan_validate_all failures within our GitHub Actions, which previously necessitated running plans locally to diagnose issues. This changes...

Similar to: https://github.com/terraform-google-modules/terraform-example-foundation/issues/1109 and https://github.com/terraform-google-modules/terraform-example-foundation/pull/1113 I was having trouble seeing the reason for failures of "gcloud beta terraform vet" and was just seeing exit code 33 in the github actions...

### TL;DR I'm unable to see details about errors from `plan_validate_all` in the github actions output. It requires running locally to see the actual error, and this takes extra time....

bug

### TL;DR Unable to impersonate SA for setup shared networking part, In step 3.15 Dual-SVPC `Run init and plan and review output for environment shared. ./tf-wrapper.sh init shared ./tf-wrapper.sh plan...

bug