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

### TL;DR With https://github.com/terraform-google-modules/terraform-example-foundation/pull/782 we now use remote state. Stages maybe dependent on the previous states output and if any output key is changed unknowingly we won't will waste build...

testing
triaged
P2
enhancement

### TL;DR https://github.com/terraform-google-modules/terraform-example-foundation/pull/782#discussion_r960131952 ### Expected behavior _No response_ ### Observed behavior _No response_ ### Terraform Configuration ```hcl N/A ``` ### Terraform Version ```sh N/A ``` ### Additional information _No response_

testing
triaged
P3

why "terraform console" not supported in version 1.2.8 Error: Unsupported Terraform Core version │ │ on c1-versions.tf line 3, in terraform: │ 3: required_version = "~> 0.14" # which means...

triaged
question

### TL;DR On `0-bootstrap` [Deploying with Cloud Build](https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/0-bootstrap#deploying-with-cloud-build) step 16 - terraform apply should have no changes. But I got lots of changes mainly regarding default values on GCP resources....

### TL;DR We have a few group vars in 1-org with more being added in #783 We can consolidate it into an object instead. TF v1.3 will have also [optional...

enhancement

Hello folks, This PR contains: - changes in environment and env_code project labels - change the variable from vpc_type to vpc - Adding the use of the string "nul" in...

:robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/terraform-google-modules/terraform-example-foundation/compare/v4.0.0...v5.0.0) (2024-07-04) ### ⚠ BREAKING CHANGES * use bootstrap.outputs.common_config as default region ([#1181](https://github.com/terraform-google-modules/terraform-example-foundation/issues/1181)) * Create project destination and remove log...

autorelease: pending

### TL;DR Deployed with default_region = "northamerica-northeast2" in 0-bootstrap / terraform.auto.tfvars. Despite this (too many to enumerate) resources still deployed in us-central1 and us-west1. This is caused by module defaults...

bug

This Pull request creates a new project destination for the centralized logging that replaces the existing LogBucket destination The new project destination includes the creation of a log bucket to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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://togithub.com/terraform-google-modules/terraform-google-log-export)) | module | major | `~> 7.4` -> `~>...

dependencies