7 min read

Terragrunt - The terragrunt.hcl File

This file is the heart of your configuration, replacing standard .tf definitions. We’ll examine how this single entry point defines where your Terraform code lives, what inputs it needs, and how it inherits logic from parent directories.
Terragrunt - The terragrunt.hcl File
Reader: Terragrunt Configuration

Reader Mode

-- / --

Introduction