terragrunt-infrastructure-live-example icon indicating copy to clipboard operation
terragrunt-infrastructure-live-example copied to clipboard

S3 backend has multiple states

Open ep4sh opened this issue 5 years ago • 2 comments
trafficstars

Dear team, accordingly https://github.com/gruntwork-io/terragrunt-infrastructure-live-example/blob/master/terragrunt.hcl#L43 Due to each module located in separated dir, would each module have its own .tfstate (one per module)? Is it correct?

ep4sh avatar Mar 13 '20 15:03 ep4sh

Yes that is correct. This is intentional, and one of the strengths of terragrunt (making it easy to manage modules with different state files).

yorinasub17 avatar Mar 13 '20 15:03 yorinasub17

Sounds good, thanks for the clear answer.

ep4sh avatar Mar 13 '20 15:03 ep4sh