Back to Terragrunt

What Is Terragrunt

docs/src/data/faq/what-is-terragrunt.mdx

1.1.0627 B
Original Source

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.