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
It's only available if I'm not using the generate_projects, which is giving me some undesirable behaviour. Even if I set a include with a very specific directory tree, it's generating projects outside of that directory.
And if I lock it with a block, I can no longer use ignoreDependencyBlocks: true, which is part of TerragruntParsingConfig
The text was updated successfully, but these errors were encountered:
When changing the
generate_projects
to use blocks with terragrunt,terragrunt_parsing
becomes unavailable.digger/libs/digger_config/yaml.go
Lines 130 to 131 in f7e044d
It's only available if I'm not using the generate_projects, which is giving me some undesirable behaviour. Even if I set a
include
with a very specific directory tree, it's generating projects outside of that directory.And if I lock it with a block, I can no longer use
ignoreDependencyBlocks: true
, which is part ofTerragruntParsingConfig
The text was updated successfully, but these errors were encountered: