Back to Terragrunt

Stack Dependencies Values Sibling Autoinclude

docs/src/data/changelog/v1.0.8/stack-dependencies-values-sibling-autoinclude.mdx

1.0.8509 B
Original Source

stack-dependencies: component path references in values no longer break next to autoinclude blocks

A unit or stack block's values can reference unit.<name>.path and stack.<name>.path even when another block in the same terragrunt.stack.hcl declares an autoinclude. Previously, the presence of any autoinclude block made stack generate reject those references with Unknown variable; There is no variable named "unit", while the same file without an autoinclude generated fine.