✨ New Features
The terragrunt stack generate
command, now available behind the --experiment stacks
flag generates a .terragrunt-stack
directory by dynamically generating Terragrunt units from the configurations defined in a terragrunt.stack.hcl
file.
To learn more, read the docs.
Example usage:
What's Changed
- feat: Added support for
terragrunt stack generate
experiment by @denis256 in #3627 - docs: Subscribe banner by @panzacoder in #3731
- docs: Fixed some broken links by @yhakbar in #3736
- docs: Fixed discord link by @denis256 in #3740
- chore: Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 by @dependabot in #3726
- chore: Bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot in #3727
- chore: Bump ruby/setup-ruby from 1.204.0 to 1.207.0 by @dependabot in #3728
- chore: Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.7 by @dependabot in #3729
- chore: Bump github.com/gruntwork-io/boilerplate from 0.5.19 to 0.6.0 by @dependabot in #3725
Full Changelog: v0.71.2...v0.71.3