⚠️ Alpha Release
This alpha release demonstrates current progress on the stacks
experiment.
✨ New Features
This alpha release introduces the generation of nested stacks
stack "dev" {
source = "${get_repo_root()}/stacks/dev"
path = "dev"
}
stack "prod" {
source = "${get_repo_root()}/stacks/prod"
path = "prod"
}
Example: https://github.com/gruntwork-io/terragrunt/tree/tg-878-stack-generate/test/fixtures/stacks/nested
Demo:
Full Changelog: main...alpha2025022701