Folders to manage Terraform Environments?

This page summarizes the projects mentioned and recommended in the original post on /r/devops

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • atlantis

    Terraform Pull Request Automation

  • That said, I'm shooting for a process where devs aren't making changes to any environment w/o approval; one of the reasons I really dig Atlantis is that it lets you automate deployment of the changes via pull requests. TLDR: 1. Dev creates a branch 2. Dev makes changes in branch 3. Dev runs terraform plan to make sure everything looks right 4. Dev pushes commits to branch to remote, creates pull request 5. Atlantis picks up the PR and comments back on the PR with the plan 6. Owner or SME of the infrastructure reviews the plan output from Atlantis, and if it looks good approves 7. Dev comments atlantis apply on the PR 8. Atlantis applies the plan 9. PR is merged

  • terragrunt

    Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

  • https://terragrunt.gruntwork.io/ works great for this exact case.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Terraform + DevOps Pipeline Learning

    2 projects | /r/AZURE | 8 Jul 2022
  • How to Manage Multiple Terraform Environments Efficiently

    1 project | dev.to | 6 May 2024
  • Deploying a Containerized App to ECS Fargate Using a Private ECR Repo & Terragrunt

    1 project | dev.to | 22 Apr 2024
  • Advanced Terraform: Getting Started With Terragrunt

    1 project | dev.to | 19 Jan 2024
  • EC2 Configuration using Ansible & GitHub Actions

    1 project | dev.to | 13 Jan 2024