GoogleCloudPlatform / pbmm-on-gcp-onboarding

GCP Canadian Public Sector Landing Zone overlay on top of the TEF via CFT modules - a secure cloud foundation
https://cloud.google.com/architecture/security-foundations
Apache License 2.0
39 stars 55 forks source link

disable .gitignore on tfvars to enable modification of example templates #365

Closed obriensystems closed 2 months ago

obriensystems commented 2 months ago

Currently all initial and modification commits are disabled against tfvars files because of the .gitignore filter Remove it for iterative development

https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/blob/main/.gitignore#L32

# Local tfvars terraform.tfvars
**/*.tfvars

See #357 see #360