How do I add two S3 backend to two different environments using terragrunt.hcl? #668
Unanswered
shreyas-wego
asked this question in
How do I
Replies: 1 comment 3 replies
-
Take a look at the example repo. In the top level
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
We are having two different environments Staging and Production and we are maintaining
staging.tfvars
andproduction.tfvars
respectively. We want to store our state files in S3 backend into two different buckets in Staging and Production accounts respectively.Is it possible to just have 1
terragrunt.hcl
file to add two remote_state configurations? Any suggestions would be helpful.Tracked in ticket #109916
Beta Was this translation helpful? Give feedback.
All reactions