Infrastructure as Code with terraform for multiple environments

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • terraform-multienv

    A template for maintaining a multiple environments infrastructure with Terraform. This template includes a CI/CD process, that applies the infrastructure in an AWS account.

    The script that applies the modification is scripts/prepare-files-folders.sh. It's using a simple sed command to find and replace AWS_REGION, APP_NAME and ENVIRONMENT. After applying these changes, the file backend.tf.tpl is renamed to backend.tf, making it available to the terraform CLI due to its tf extension.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • terraform-aws-tfstate-backend

    Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.

    This can be done manually in the AWS Console or by using a terraform module, such as cloudposse/terraform-aws-tfstate-backend.

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

  • EKS Auto Mode Arrives in Terraform – Simplify Kubernetes Today

    3 projects | dev.to | 5 Dec 2024
  • Optimiza tu cluster EKS con Karpenter

    2 projects | dev.to | 11 Sep 2024
  • Terraform and Handlebars = DRY as a Bone

    1 project | news.ycombinator.com | 23 Aug 2024
  • AWS: Karpenter and SSH for Kubernetes WorkerNodes

    1 project | dev.to | 23 Jun 2024
  • Un cóctel perfecto 🍹 ECS Fargate, Service Connect,Terraform y Github Actions.

    6 projects | dev.to | 12 Feb 2024

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