TL;DR:


Terraform is painful to deal with on large infrastructures.
Code duplication, manual backend setup, and orchestration gets worse when your codebase grows.
Terragrunt is a wrapper over Terraform that solves these issues, but has a negative reputation.
I think this reputation is based on outdated information and misconceptions.
The new...