Terragrunt Frequently Asked Questions
We know there's a lot to learn about Terragrunt. Here are the frequently asked questions that users have asked and that you might find helpful!
| Question | Answer |
|---|---|
| What is Terragrunt? | Terragrunt is a flexible orchestration tool that lets Infrastructure as Code written in OpenTofu/Terraform scale, adding tooling for keeping configurations DRY, managing dependencies, and running commands across many units at once. |
| How do I install Terragrunt? | Install Terragrunt with a package manager such as Homebrew, by downloading a prebuilt binary from the GitHub releases page, or by using the install script — then verify the install with `terragrunt --version`. |