Created
July 14, 2022 12:12
-
-
Save soerenmartius/40d267bd5176ceecbe9ff74886dd5d31 to your computer and use it in GitHub Desktop.
Project Structure with Terramate generated files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projects/ | |
├── provider.tm.hcl | |
├── backend.tm.hcl | |
├── my-project-prod/ | |
│ ├── project.tm.hcl | |
│ ├── stack-1/ | |
│ │ ├── main.tf | |
│ │ ├── stack.tm.hcl | |
│ │ ├── _terramate_generated_provider.tf | |
│ │ └── _terramate_generated_backend.tf | |
│ └── stack-2/ | |
│ │ ├── main.tf | |
│ │ ├── stack.tm.hcl | |
│ │ ├── _terramate_generated_provider.tf | |
│ │ └── _terramate_generated_backend.tf | |
└── my-project-staging/ | |
├── project.tm.hcl | |
├── stack-1/ | |
│ ├── main.tf | |
│ ├── stack.tm.hcl | |
│ ├── _terramate_generated_provider.tf | |
│ └── _terramate_generated_backend.tf | |
└── stack-2/ | |
├── main.tf | |
├── stack.tm.hcl | |
├── _terramate_generated_provider.tf | |
└── _terramate_generated_backend.tf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment