Skip to content

alpha2025022702

Pre-release
Pre-release
Compare
Choose a tag to compare
@denis256 denis256 released this 27 Feb 19:42
0bf48e4

⚠️ 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:

nested-stacks

Full Changelog: main...alpha2025022701