docs/src/content/docs/03-features/02-stacks/index.mdx
import { Aside } from '@astrojs/starlight/components';
A stack in Terragrunt is a collection of related units that can be managed together. Stacks provide a way to:
Terragrunt supports two approaches to defining stacks:
terragrunt.stack.hcl files.For detailed examples, see the Gruntwork Terragrunt Infrastructure Catalog Stack Examples. These have full-featured examples of stacks that deploy real, stateful infrastructure in an AWS account.