8 min read

Terragrunt - The "Live" Repository Pattern

Separate your infrastructure code (modules) from your deployment configuration (live). We will explore how to keep your Terraform logic versioned in one repo while using a dedicated "Live" repo to define specific environments and reduce duplication.
Terragrunt - The "Live" Repository Pattern
Reader: Terragrunt Live Repo Pattern

Reader Mode

-- / --

Introduction