Replies: 1 comment 2 replies
-
Hey @flixman , You shouldn't run into any significant issues as long as you're taking advantage of state locking and provider caching for concurrent Terragrunt runs. Terragrunt won't do anything to guarantee that one process applies before the other destroys, or vice versa, however. Why exactly are you setting up one pipeline to destroy while the other deploys? |
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
-
We have a design for the deployment of our infrastructure, based on terragrunt. We have a pipeline that deploys infrastructure, and another pipeline that destroys it. We are wondering what will happen in case there are simultanous pipeline runs deploying infra, deploying and removing, and removing infra... will this be managed by terragrunt, like sequentialising the operations on the state files, or this situation is something we should better prevent?
Beta Was this translation helpful? Give feedback.
All reactions