Back to Terragrunt

Exclude Include Inheritance

docs/src/data/changelog/v1.0.4/exclude-include-inheritance.mdx

1.0.4476 B
Original Source

Fixed exclude block being dropped when defined only in an included parent

A unit that pulled in an exclude block from an include that did not declare its own exclude block saw the include's exclude configurations ignored.

Included exclude blocks now get properly merged into unit configurations.

Reported in #5089. Thanks to @HeikoNeblung for contributing this fix!