Treating your terraform code "as an app". Favouring inputs over code changes. I wish I saw more like this in places I worked at.

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

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
  • terraform-docs

    Generate documentation from Terraform modules in various output formats

  • This was a decent read. I definitely found myself agreeing with many of the points here. I do prefer terragrunt over the use of tfvar files though and I didn't see terraform-docs mentioned which is an excellent tool for building standardized module documentation

  • terraform-module-template

    A repo template to create Terraform modules with CICD already configured.

  • You should not use multiple optional inputs, at least not if those are going to be used to decide to create optional resources. Instead you should favor composition of modules. An example of composition using "Higher order modules" can be found here https://github.com/DontShaveTheYak/terraform-module-template

  • 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

  • Managing Infrastructure as Code (IaC) With Terraform

    3 projects | dev.to | 9 Apr 2024
  • GitHub Actions - Automated Terraform-docs

    3 projects | dev.to | 16 Sep 2023
  • Automating Terraform Documentation with Terraform-Docs and Azure DevOps

    2 projects | dev.to | 20 Jun 2023
  • How to understand existing code?

    2 projects | /r/Terraform | 18 Feb 2023
  • How to Write an Awesome Readme

    2 projects | dev.to | 28 Dec 2022