Skip to content

Commit 8fa5b09

Browse files
committed
docs: Documenting exclude fix in changelog
1 parent 1c74da0 commit 8fa5b09

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
version: "v1.0.4"
3+
category: "bug-fixes"
4+
---
5+
6+
#### Fixed `exclude` block being dropped when defined only in an included parent
7+
8+
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.
9+
10+
Included `exclude` blocks now get properly merged into unit configurations.
11+
12+
Reported in [#5089](https://github.com/gruntwork-io/terragrunt/issues/5089). Thanks to [@HeikoNeblung](https://github.com/HeikoNeblung) for contributing this fix!

0 commit comments

Comments
 (0)