Skip to content

Commit

Permalink
Merge pull request #500 from lsst/tickets/DM-43454-folders
Browse files Browse the repository at this point in the history
tickets/DM-43454-folders: Add new "Demo" IDF environment
  • Loading branch information
athornton authored Apr 12, 2024
2 parents 5254f3c + 32b9062 commit cb3c00a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*.tfstate
*.tfstate.*

# .tfvars files
*.tfvars

# .json files
*.json

Expand Down
6 changes: 5 additions & 1 deletion environment/foundation/1-org-b/1-org-b.tfvars
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb3c00a

Please sign in to comment.