terraform-example-foundation
terraform-example-foundation copied to clipboard
[devex] Improve data gathering per stage
At each stage, we ask the user to populate terraform.tfvars with values from previous stages or static data like billing_account. This seems like repeated data gathering and we should provide an alternative to automate/script some of this.
I have a module-based approach for dealing with this, will share an example PR.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
fixed by https://github.com/terraform-google-modules/terraform-example-foundation/pull/782. We still have a few places to fully make use of this but will track those separately.