Skip to content

terragrunt_parsing configuration unavailable inside of generate_projects.block yaml #1823

Open
@carcunha

Description

When changing the generate_projects to use blocks with terragrunt, terragrunt_parsing becomes unavailable.

Blocks []BlockYaml `yaml:"blocks"`
TerragruntParsingConfig *TerragruntParsingConfig `yaml:"terragrunt_parsing,omitempty"`

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions