Terragrunt multi-region project structure #4919
Replies: 2 comments
-
|
I maintain a stack of approximately 60 Terragrunt units across three accounts and two regions per account. We use the folder structure Currently, we use different accounts as our environments, which makes
This structure works well for us - even despite the redundant environment directory 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
I have been using terragrunt at scale for quite some time now (almost 1.5 years). We use
Hope this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m looking for advice on project structure for multi-region Terragrunt projects.
Today I’m using
account→region→environment→units. I know some teams flip the middle two (i.e.,account→environment→region).The Gruntwork docs show (and explain) the
account→region→environmentpattern in their infrastructure-live guidance, plus_globalfolders at the account and region levels. Are there other Terragrunt docs that explain why region typically comes before environment, or is it just convention? I realize both approaches work; I’m mainly after pros/cons from those who’ve done this at scale.Docs I’m looking at:
Gruntwork “Recommended Folder Structure” for infrastructure-live.
Gruntwork Docs
Example repo showing account/_global/region/_global/environment/resource.
GitHub
Beta Was this translation helpful? Give feedback.
All reactions