✨ New Features
Introduced no_dot_terragrunt_stack
support in stack
and unit
, allowing users to opt out of generating .terragrunt-stack
directories. This enables seamless adoption of terragrunt.stack.hcl
without requiring state migration for existing infrastructure.
Stacks RFC: #3313
What's Changed
- feat: added support for support for
no_dot_terragrunt_stack
instack
andunit
blocks by @denis256 in #4019
Full Changelog: v0.76.0...v0.76.1