Category "terragrunt"

How can I use locals defined in terragrunt.hcl in Terraform files?

I've created this folder structure: . ├── main.tf └── terragrunt.hcl # FILE: terragrunt.hcl include { path = find_in_par

Terragrunt provider.tf generation not generating files

The expectation is that when running a terragrunt run-all apply from the root directory, a provider.tf file will be created in the sub directories. I've verifie

Variables in terragrunt. AWS region selection

I'm trying to create AWS environment using terragrunt. I worked in us-east-2 region and now I want to work in eu-central-1. In my code I have the only varia

Terragrunt not findind folder from source repo

I am using the official Gruntworks samples with the backend (modules) and frontend (live) repos. I wanted (for reasons beyond the scope of this question) to swi

Terragrunt ignores newly added outputs in a project

I've inherited a terraform project set up to deploy to the Elastic Container Service on AWS. So far, I've greatly enjoyed working with it, and have managed to c