Terraform + DevOps Pipeline Learning

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • terragrunt

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

  • atlantis

    Terraform Pull Request Automation

  • The workflow I like to use is using GitHub Actions to perform a terraform plan when a pull request is opened. I also segregate environments via folders instead of branches like in the Terragrunt method. The action will then write a comment to the pull request stating the Terraform plan. Reviewers can review the plan and related changes and then approve/disapprove. It's heavily inspired by the Atlantis method.

  • 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