From 1370ddd2ff377bae0595e318137af08f461a14e6 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Fri, 12 Apr 2024 11:09:21 -0700 Subject: [PATCH 1/2] Drop *.tfvars from .gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 774edd13..16126e34 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,6 @@ *.tfstate *.tfstate.* -# .tfvars files -*.tfvars - # .json files *.json From 32b90625f64b4c0b4a4f3e95eec6b47eecff74f4 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Fri, 12 Apr 2024 11:10:15 -0700 Subject: [PATCH 2/2] Add 'Demo' environment in parallel with dev/int/prod --- environment/foundation/1-org-b/1-org-b.tfvars | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/environment/foundation/1-org-b/1-org-b.tfvars b/environment/foundation/1-org-b/1-org-b.tfvars index e6e80279..eedb5c6c 100644 --- a/environment/foundation/1-org-b/1-org-b.tfvars +++ b/environment/foundation/1-org-b/1-org-b.tfvars @@ -1,10 +1,14 @@ // Folder Variables parent_folder = "" +// If you add any new categories, you *must* append them to the end of the +// list; otherwise existing folders will be renamed, which is certainly not +// what you want! sub_folder_names = [ "Dev", "Integration", - "Production" + "Production", + "Demo" ] // Shared Services