I've created this folder structure: . ├── main.tf └── terragrunt.hcl # FILE: terragrunt.hcl include { path = find_in_par
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
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
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
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