7 min read

Terragrunt - Explicit Dependencies

Pass data between isolated modules without copy-pasting. We’ll use the dependency block to read outputs from your VPC module and inject them directly into your App module, linking infrastructure dynamically across different state files.
Terragrunt - Explicit Dependencies
Reader: Terragrunt Dependencies

Reader Mode

-- / --

Introduction