terragrunt VS atmos

Compare terragrunt vs atmos and see what are their differences.

terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale. (by gruntwork-io)

atmos

👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile. (by cloudposse)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
terragrunt atmos
66 12
8,501 918
1.4% 5.4%
9.7 9.6
2 days ago 6 days ago
Go Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

terragrunt

Posts with mentions or reviews of terragrunt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-04.
  • Simplifiez votre infra avec les Stacks Terragrunt
    1 project | dev.to | 11 Mar 2025
  • Top Terraform/OpenTofu tools to Use in 2025
    24 projects | dev.to | 4 Feb 2025
    Link: https://terragrunt.gruntwork.io
  • Provision EKS Cluster with Terraform, Terragrunt & GitHub Actions
    2 projects | dev.to | 11 Jan 2025
    name: Deploy on: push: branches: - main pull_request: branches: - main jobs: terraform: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Setup SSH uses: webfactory/[email protected] with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Setup Terraform uses: hashicorp/setup-terraform@v2 with: terraform_version: 1.5.5 terraform_wrapper: false - name: Setup Terragrunt run: | curl -LO "https://github.com/gruntwork-io/terragrunt/releases/download/v0.48.1/terragrunt_linux_amd64" chmod +x terragrunt_linux_amd64 sudo mv terragrunt_linux_amd64 /usr/local/bin/terragrunt terragrunt -v - name: Apply Terraform changes run: | cd dev terragrunt run-all apply -auto-approve --terragrunt-non-interactive -var AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -var AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -var AWS_REGION=$AWS_DEFAULT_REGION cd bastion-ec2 ip=$(terragrunt output instance_public_ip) echo "$ip" echo "$ip" > public_ip.txt cat public_ip.txt pwd env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
  • The main steps I follow when kicking off Node.js projects
    12 projects | dev.to | 7 Oct 2024
    Terraform. I use it to manage infrastructure. It simplifies many things if at least a few people work on a project. As the project grows, it becomes massive, and maybe for better state management, you will need tools like Terragrunt to keep infrastructure-related code simple. If you use AWS as a cloud provider, you can also use AWS CDK. It’s a nice tool with Typescript support, but it’s available only for AWS, and if you need something from a different cloud infrastructure, the code will be much more complex than Terraform. That’s why I prefer the Terraform even for AWS.
  • Building Auth0 Actions in TypeScript
    3 projects | dev.to | 4 Sep 2024
    You need to ensure your Action code is built before you attempt a terrform plan or apply. In our case we are using terragrunt which has a helpful before_hook, setup in the terragrunt.hcl file as follows:
  • Show HN: Burrow is a globally distributed, serverless HTTP proxy
    5 projects | news.ycombinator.com | 27 Jul 2024
    https://github.com/hashicorp/terraform/issues/19932

    My understanding is that people that have this as a first-class concern use something like Terragrunt to dynamically generate the HCL as needed.

    https://terragrunt.gruntwork.io/

    For Burrow here, I was was focused on shipping something and didn't want to spend time on generating that code just yet. But the project has gotten some attention so if this is a recurring request I'll probably do it.

    Note that I intentionally chose the 17 AWS regions that are default enabled in every new AWS account, so it should only be if you want to customize it that this becomes important.

    A Cloudformation Stacks based deployment to achieve multi-region would be another good (and perhaps better) option here. I could add that to the Makefile, with inspiration from your link there.

  • Tenv v2.0: The Importance of Explicit Behavior for Version Manager
    9 projects | dev.to | 2 Jul 2024
    Terragrunt started to use OpenTofu as the default IAC tool, however, this was not a major release; instead, it was provided as a patch and users didn't expect to have any differences in the behavior. The original problem may be found here.
  • Terragrunt Tutorial – Getting Started & Examples
    2 projects | dev.to | 6 Jun 2024
    Next, head over to the Terragrunt GitHub page to download it.
  • How to Manage Multiple Terraform Environments Efficiently
    1 project | dev.to | 6 May 2024
    Terragrunt is a Terraform wrapper, designed to fill in the gaps when it comes to large scale Terraform configurations.
  • Deploying a Containerized App to ECS Fargate Using a Private ECR Repo & Terragrunt
    1 project | dev.to | 22 Apr 2024

atmos

Posts with mentions or reviews of atmos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-04.
  • Atmos – Terraform orchastrator with composable stack built by Cloud Posse
    1 project | news.ycombinator.com | 5 Mar 2025
  • Top Terraform/OpenTofu tools to Use in 2025
    24 projects | dev.to | 4 Feb 2025
    Link: https://github.com/cloudposse/atmos
  • Mastering Infrastructure with CloudPosse Atmos and Terraform
    2 projects | dev.to | 9 Aug 2024
    Hello from atmos | atmos
  • Tenv v2.0: The Importance of Explicit Behavior for Version Manager
    9 projects | dev.to | 2 Jul 2024
    Tenv is a versatile version manager for OpenTofu, Terraform, Terragrunt, and Atmos, written in Go and developed by tofuutils team. This tool simplifies the complexity of handling different versions of these powerful tools, ensuring developers and DevOps professionals can focus on what matters most — building and deploying efficiently. Tenv is a successor of tofuenv and tfenv.
  • AWS Landing zone creation: manual or AWS Control Tower?
    1 project | /r/Terraform | 23 Jun 2023
    This is why we created atmos to make it easier to manage large multi-account architectures. As a result, our components are reusable across organizations, regardless of how many accounts and regions they operate, and we minimize the snowflakes. And we avoid code generation, which is hard to thoroughly test in an automated fashion. Without naming names, lots of tools for terraform rely on code generation, but I see it as an anti-pattern that should be avoided.
  • How to manage terraform code for large projects?
    4 projects | /r/Terraform | 30 May 2023
  • Terraform | Take your Terraform skills to the next level!
    1 project | /r/devops | 16 May 2023
    sorry did not find anything advanced. A better tool to make terraform scaleable is https://atmos.tools
  • Terraform docs say longstanding deployments should not use workspaces. what are your thoughts?
    2 projects | /r/Terraform | 6 Feb 2023
    Workspaces are incredibly practical, and we leveraging them at-scale with literally thousands of workspaces using atmos for terraform. There is so much FUD around workspaces that is either ill-informed or based on outdated information. Any company using terraform at scale will rely on tooling and conventions. It's up to that tooling to ensure you are using terraform safely. Atmos is one of those tools. I'm not saying that you have to use workspaces, but just that there's nothing wrong with workspaces themselves.
  • List of most useful Terraform open-source tools
    14 projects | /r/Terraform | 28 Aug 2022
    Check out atmos for a fresh take at managing terraform configurations and terraform workflows. Instead of managing HCL `.tfvar` files manually for configuration, it uses YAML, and supports concepts of imports (via deep merging), remote imports (anything supported by gogetter), mixins, inheritance, multiple-inheritance, vendoring of root modules, workflows, task runners (via custom subcommands), and much more. There's a bit of a learning curve and mind-shift required if coming from a Terragrunt background, but the experience is mindblowing after switching to it. Also, it's not limited to terraform.
  • Why does Hashicorp advise against using workspaces to manage environments?
    3 projects | /r/Terraform | 1 Jun 2022
    We obviously don't have a project for your exact use case, but we have an open-source example repo that shows a fairly advanced scenario of using the Terraform Spacelift Provider https://github.com/spacelift-io/demo-preview-environments-manager, a simple quickstart of using it https://github.com/spacelift-io/terraform-starter and you can also see the CloudPosse Atmos project, for a very advanced scenario which generates lot's of Stacks based on your component specifications https://github.com/cloudposse/atmos.

What are some alternatives?

When comparing terragrunt and atmos you can also consider the following projects:

terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform

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.

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.

terraform-google-project-factory - Creates an opinionated Google Cloud project by using Shared VPC, IAM, and Google Cloud APIs

terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.

demo-preview-environments-manager

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Go is
the 4th most popular programming language
based on number of references?