Replies: 2 comments
-
WorkaroundI was able to find a workaround that worked for us. I'd still love to know the RIGHT way to do this or if this is a bug?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hm, looks like a bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use the "enabled" argument for dependency blocks; however, it doesn't seem to be working as I would think it should work...
I have the following code:
Now when I run Terragrunt, I expect that since
enabled = false
, it shouldn't even try to run the dependency block:However, I'm getting the following error:
Tracked in ticket #110607
Beta Was this translation helpful? Give feedback.
All reactions