Real-life Terraform Refactoring Guide

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Terraform module to create AWS VPC resources πŸ‡ΊπŸ‡¦

  • module "aws_main_vpc" { source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=2ca733d" # Note the ref=${GIT_REVISION_DIGEST} }

  • terraform-aws-rds-aurora

    Terraform module to create AWS RDS Aurora resources πŸ‡ΊπŸ‡¦

  • Suppose we want to replace the code of the AWS RDS Aurora defined in production/aws and then re-implement the same using the community module. After creating the corresponding sub-path to the monorepo according to your preference, provisioning the bucket and initializing the Terraform backend:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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