gruntwork-io/terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 6th, 2026
Created on May 23rd, 2016
Open Issues & Pull Requests: 231 (+0)
GitHub issues: Enabled
Number of forks: 1,222
Total Stargazers: 9,819 (+0)
Total Subscribers: 125 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.8 hours
Mean response time: 23.4 days
90th percentile: 24.2 days
Tracked items: 1,408

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "stacks" is answered fastest, typically in under an hour, while "contributions-requested" waits about 2 days. 28% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 133
New in 7 days: 6
Closed in 7 days: 4
Avg open age: 459 days
Stale 30+ days: 102
Stale 90+ days: 74

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 2
Events in 7 days: 4

Top labels

  • bug (765)
  • stale (669)
  • enhancement (457)
  • preserved (249)
  • question (129)
  • awaiting response (98)
  • needs-design (83)
  • p:needs triage (78)

Detailed Description

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu and Terraform to scale.

Terragrunt addresses the challenge of managing large, complex Terraform configurations by providing a wrapper and orchestration layer. It reduces boilerplate, enables code reuse across environments, and manages dependencies between Terraform modules. The tool works by reading configuration files that specify how to invoke Terraform, allowing teams to define infrastructure patterns once and apply them consistently across multiple deployments, accounts, and regions without repeating the same module declarations.

Teams managing multiple Terraform environments or those struggling with code duplication across similar infrastructure deployments should consider Terragrunt. It suits organizations that need to scale their Infrastructure as Code practices beyond single-environment setups, particularly those running multi-account AWS deployments or managing infrastructure across different regions. The tool is especially valuable when teams want to enforce consistent patterns and reduce the maintenance burden of managing many similar Terraform configurations.

The project shows active development with regular updates and ongoing refinement of its orchestration capabilities. The maintainers respond to issues and pull requests, indicating sustained engagement with the user community. The codebase receives consistent attention to both new features and bug fixes, demonstrating a commitment to keeping the tool functional with evolving versions of Terraform and OpenTofu.