What is Terragrunt?
Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
It wraps OpenTofu/Terraform and adds tooling for:
- Keeping your OpenTofu/Terraform configurations DRY (Donβt Repeat Yourself).
- Managing dependencies between units of infrastructure.
- Running commands across many units at once.
- Keeping your remote state and provider configuration consistent across your codebase.
To learn more, read the Overview and try the Quick Start.