-
Notifications
You must be signed in to change notification settings - Fork 59
Release and Issues Tracking
Michael O'Brien edited this page May 11, 2024
·
2 revisions
- v0.2.0 was the previous TEF V1 based solution
- main is currently the TEF V4 based solution - more closely aligned with the TEF as an effective copy (unable to fork in the GCP org)
- 2 symlinks modified in error during the non-production to nonproduction rename/refactor - the change is to ../common - which itself is a symlink so the double symlink works. The other 6 of the 2x4 symlinks are unmodified as ../../ see change in #1107 https://github.com/terraform-google-modules/terraform-example-foundation/pull/1107/files#diff-bcfdfb477dea3f75d9d515aa61ce4f3836b223f11d6e4234122778963fbfef4a
-../../access_context.auto.tfvars
+../shared/access_context.auto.tfvars
there is a 2nd symlink regression in the same directory in https://github.com/terraform-google-modules/terraform-example-foundation/blob/master/3-networks-hub-and-spoke/envs/nonproduction/common.auto.tfvars
-../../common.auto.tfvars
+../shared/common.auto.tfvars
I'll raise an issue shortly with the fix after I test a full upstream sync of the TEF.