Replies: 2 comments 1 reply
-
I'm checking with one of our Terragrunt experts to get some insight into the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I already went through 'Discussions' list/search box and I was not able to clarify my doubt.
Using the basic structure I will configure a dependency between folder 02 and 03.
Also I need to cleanup some resources using
terragrunt state rm X
when tearing down everything.So far so good.. It's working fine when I run the basic
terragrunt run-all destroy
CLI.The issue arrives when within 02_folder I want to perform
terragrunt destroy -target resource.X
for that specific folder andterragrunt
starts to executebefore_hook
present within 03_folder due todependency
.Of course, that will damage/break the stack as we just wanted to remove a specific
-target
within 02_folder.Since I'm using Terragrunt I was looking to work with
dependency
instead of Terraformdata
.Any suggestion to overcome this?
Thanks!
Tracked in ticket #109619
Beta Was this translation helpful? Give feedback.
All reactions