terramate
terramate copied to clipboard
fix: create --all-terragrunt creates Terragrunt stacks with cycles.
What this PR does / why we need it:
When Terragrunt modules are nested, Terramate generates stacks with after
references to parent stacks, then creates a cycle because child stacks have an implicit dependency on parent stacks.
Which issue(s) this PR fixes:
Closes #1774
Special notes for your reviewer:
Does this PR introduce a user-facing change?
yes, fixes a bug.