gruntwork-io/terragrunt-infrastructure-live-example

Why need prod under us-east-1?

tmpm697 opened this issue · 1 comments

├── prod
│   ├── account.hcl
│   └── us-east-1
│       ├── prod
│       │   ├── env.hcl
│       │   ├── mysql
│       │   │   └── terragrunt.hcl
│       │   └── webserver-cluster
│       │       └── terragrunt.hcl
│       └── region.hcl

Why we need prod under us-east-1? (us-east-1/prod)

What is the use-case for?

I can image that we can have services in prod in multiple regions but why separate under region what is in prod or not?