terraform-google-modules / terraform-example-foundation

Shows how the CFT modules can be composed to build a secure cloud foundation
https://cloud.google.com/architecture/security-foundations
Apache License 2.0
1.2k stars 706 forks source link

Eliminate hardcoding of business_unit (1 & 2) in 4-Projects #1154

Closed mromascanu123 closed 2 months ago

mromascanu123 commented 5 months ago

TL;DR

Terraform Resources

No response

Detailed design

Provide configurations via top-level global config or at least tfvar-based at the package level

Additional information

No response

fmichaelobrien commented 4 months ago

stale bot timer restart - https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/.github/workflows/stale.yml#L21

sleighton2022 commented 2 months ago

Closing. Our working principal is that this is example code, and not a module. If something needs to be put in place only once, we won't create a variable. If something is used in multiple places, we will use a variable. May be fixed in #1226