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.18k stars 702 forks source link

chore(tfvars): fix broken symlinks #1196

Closed eeaton closed 2 months ago

eeaton commented 2 months ago

Fix broken symlinks. Instructions on github are to replace all .example.tfvars with .tfvars. Most symlinks for tfvars correctly point to a the *.tfvars files, so that a user following the instructions as written does not need to modify any symlinks.

A small number of files have symlinks to point to *.example.tfvars, which causes deployment errors related to undefined variables and requires troubleshooting to identify and fix. I've corrected these broken symlinks.