Terragrunt multi-region project structure #4919
Unanswered
ttolson-code
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
→environment
pattern in their infrastructure-live guidance, plus_global
folders 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