Replies: 2 comments 2 replies
-
I've tried adding the following attribute
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to apply the module multiple times in the same AWS account even if using different state files? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one environment deployed in one region using s3 cache bucket. Now I want to deploy another environment in a second region with a different s3 cache bucket.
I'm using terragrunt to keep different state files for each environment. For unknown reason when running the plan for the second environment, it picks up the first environment s3 cache bucket.
How do I go about it?
Beta Was this translation helpful? Give feedback.
All reactions