7 min read

Terragrunt - Managing Inputs

Forget maintaining fragile .tfvars files. We’ll use the inputs block to pass variables directly from Terragrunt to your modules, enabling you to define environment-specific values clearly while keeping your underlying Terraform code generic.
Terragrunt - Managing Inputs
Reader: Terragrunt Inputs

Reader Mode

-- / --

Introduction