SaaSHub helps you find the best software and product alternatives Learn more →
Terragrunt Alternatives
Similar projects and alternatives to terragrunt
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
-
-
terraformer
Discontinued CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
infracost
Cloud cost intelligence for engineers, AI coding agents, and CI/CD 💰📉 Shift FinOps Left!
-
checkov
Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
-
terratest
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
-
-
-
-
-
terrascan
Discontinued Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
-
terramate
Open-source Infrastructure as Code (IaC) orchestration platform: GitOps workflows, orchestration, code generation, observability, drift detection, asset management, policies, Slack notifications, and more. Integrates with Terraform, OpenTofu, Terragrunt, Kubernetes, GitHub Actions, GitLab CI/CD, BitBucket Pipelines, and any other CI/CD platform.
-
atmos
Atmos is the open-source runtime for infrastructure — it builds, authenticates, and ships Terraform, OpenTofu, Packer, Ansible, Kubernetes, Helm, and containers the same way on your laptop, in CI, and with AI agents.
-
-
terraform-cdk
Discontinued Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
terragrunt discussion
terragrunt reviews and mentions
-
Jenkins as a Code, or how I stopped clicking around in the UI
All the things that aren't Jenkins itself — VPCs, IAM, secret stores, the EKS cluster, image galleries — live in Terraform, organized with Terragrunt so the same modules get reused across dev and prod with different inputs. Same code, different variables. That's how I get dev to be code-to-code identical to prod.
-
BootStrapping Aurora RDS Databases using Lambda and Terraform (Part 1)
I leverage Terragrunt to orchestrate our deployments. Below are the specific input variables and configurations I defined as the source of truth for the Aurora cluster:
-
CDKTF: Empowering Developers with Infrastructure through CDKTF
Terragrunt is meant as a tool to help setting up reusable modules, and applying these to multi-environments - https://terragrunt.gruntwork.io/
-
tftargets: Extracting Terraform Plan/Apply Target Root Modules from Git Branch Diffs
Note: Terragrunt (https://terragrunt.gruntwork.io/) is a wrapper for Terraform that simplifies managing many modules. By defining dependencies in .hcl files, Terragrunt ensures modules are applied in the correct order.
-
Why I Use Terragrunt Over Terraform/OpenTofu in 2025
Gruntwork is planning to incorporate the ability to use stack outputs as dependencies in the future. This will allow for even greater modularity.
-
🧩 GitHub Actions Composite vs Reusable Workflows
name: Infra Validation Workflow on: workflow_call: inputs: working_dir: required: true type: string jobs: validate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install Terragrunt and OpenTofu run: | curl -s https://raw.githubusercontent.com/opentofu/opentofu/main/scripts/install.sh | bash curl -L https://github.com/gruntwork-io/terragrunt/releases/latest/download/terragrunt_linux_amd64 -o terragrunt chmod +x terragrunt sudo mv terragrunt /usr/local/bin/ - name: Validate HCL Syntax run: | terragrunt hclfmt --terragrunt-check --terragrunt-diff --recursive working-directory: ${{ inputs.working_dir }} - name: Check Misconfigurations with Checkov uses: bridgecrewio/checkov-action@v12 with: directory: ${{ inputs.working_dir }} quiet: true
-
Ditched Terraform for OpenTofu. Why Devs Everywhere Are Making the Same Move (cheatsheet included)
Terragrunt https://terragrunt.gruntwork.io A thin wrapper that helps organize your infrastructure into reusable modules — even works with OpenTofu.
-
Master terraform in 15 steps with a real project and some mild chaos
Terragrunt if you want to go deeper down the rabbit hole
- Simplifiez votre infra avec les Stacks Terragrunt
-
Top Terraform/OpenTofu tools to Use in 2025
Link: https://terragrunt.gruntwork.io
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Sep 2026
Stats
gruntwork-io/terragrunt is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of terragrunt is Go.
Review ★★★★☆ 8/10