terragrunt

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

Terragrunt Alternatives

Similar projects and alternatives to terragrunt

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better terragrunt alternative or higher similarity.

terragrunt discussion

Log in or Post with

terragrunt reviews and mentions

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 2024-10-07.
  • 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
  • Top Terraform Tools to Know in 2024
    19 projects | dev.to | 26 Mar 2024
    ‍Terragrunt is a thin wrapper that provides extra tools for keeping your Terraform configurations DRY (Don't Repeat Yourself), working with multiple Terraform modules, and managing remote state. It's particularly useful in managing large-scale infrastructure deployments with Terraform.
  • DevSecOps with AWS- IaC at scale - Building your own platform - Part 1
    8 projects | dev.to | 21 Mar 2024
  • Self-service infrastructure as code
    4 projects | dev.to | 12 Mar 2024
    Our first attempt was to introduce other engineering teams to Terraform - the Platform team was already using it extensively with Terragrunt, and using Atlantis to automate plan and apply operations in a Git flow to ensure infrastructure was consistent. We'd written modules, with documentation, and an engineer would simply need to raise a PR to use the module and provide the right values, and Atlantis (once the PR was approved by Platform) would go ahead and set it up for them.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic terragrunt repo stats
63
8,115
9.6
7 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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