You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example i have applayed follow structure
|_envs
|__prod
|__dev
And I want to delete dev. I need firth run terragrunt run-all destroy inside dev folder, and after that delete folder and push to git.
But i want to use CI/CD and destroy resources when i delete dev folder.
Are there any way how to detect that folder was deleting when i run terragrunt run-all apply or plan?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for raising this issue.
Yes. It's the same solution, and right now has to be done manually unless you're willing to buy a solution like Gruntwork Pipelines, which is designed to handle this logic automatically.
You basically need to checkout the reference where the unit(s) existed, then run plan -destroy/destroy in those units.
For example i have applayed follow structure
|_envs
|__prod
|__dev
And I want to delete
dev
. I need firth runterragrunt run-all destroy
insidedev
folder, and after that delete folder and push to git.But i want to use CI/CD and destroy resources when i delete
dev
folder.Are there any way how to detect that folder was deleting when i run
terragrunt run-all apply
orplan
?The text was updated successfully, but these errors were encountered: