7 min read

Terragrunt - Implicit vs. Explicit Stacks

Traditional Terragrunt relies on directory structure (Implicit). We'll cover the new Explicit Stacks, where you define the entire deployment graph in a single config, enabling better visibility and easier promotion across environments without traversing folders.
Terragrunt - Implicit vs. Explicit Stacks
Reader: Terragrunt Stacks

Reader Mode

-- / --

Introduction