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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/log-export/google](https://registry.terraform.io/modules/terraform-google-modules/log-export/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-log-export)) | module | major | `~> 10.0` -> `~> 11.0` |...

dependencies

This PR introduces support for default Google Cloud SDK (gcloud) credentials during testing. This eliminates the need for a service account key. > [!NOTE] > This solution injects your entire...

### TL;DR Provide more explanation on how to create projects for every environment in one business unit but not the other. Currently, the examples in `4-projects/modules/base_env`, create the same set...

enhancement

This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [terraform-google-modules/vpn/google](https://registry.terraform.io/modules/terraform-google-modules/vpn/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-vpn)) | module | major | `~> 4.0` -> `~>...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@google-cloud/security-center](https://redirect.github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-securitycenter) ([source](https://redirect.github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-securitycenter)) | [`8.11.0` -> `9.0.1`](https://renovatebot.com/diffs/npm/@google-cloud%2fsecurity-center/8.11.0/9.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fsecurity-center/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### TL;DR Not able to successfully run: `/bin/bash -c cft test run TestOrg --stage destroy --verbose --test-dir /workspace/terraform-example-foundation/test/integration` Either locally or in Cloud Build pipeline. ### Expected behavior "cft test...

bug

Hi, I'm trying to run integration tests with Cloud Build using this config file: https://github.com/terraform-google-modules/terraform-example-foundation/blob/main/build/int.cloudbuild.yaml. Even with no modification to the Foundation code those tests are very unreliable. They fail...

### TL;DR this [file](https://github.com/terraform-google-modules/terraform-example-foundation/blob/main/2-environments/envs/development/terraform.tfvars) links to `../../terraform.tfvars`, but tfvars are missing ### Expected behavior _No response_ ### Observed behavior _No response_ ### Terraform Configuration ```hcl not relevant ``` ### Terraform...

bug