Daniel König
Daniel König
@jrief Yes, correct, having debug mode enabled.
@velkovb I use the following as workaround: ``` find . -iname terragrunt.hcl -not -path '*/.*/*' -print0 | xargs -0 grep -L '^skip *= *true' | tr '\n' '\0' | xargs...
I am having a similar issue until I toggle WiFi off and on after a reboot. While it's not ideal, perhaps it helps you.
I am having a similar problem with `get_original_terragrunt_dir` now, which always returns the path from terragrunt.hcl of the invoking directory, rather than the path from the terragrunt.hcl that includes the...