Terraform topic

Terraform can manage existing and popular service providers, such as AWS, as well as custom in-house solutions.

It uses configuration files to describe the components necessary to run a single application or your entire datacenter. It generates an execution plan describing what will happen to reach the desired state, and afterwards executes it to build the desired infrastructure. As the configuration changes, Terraform is able to determine the changes and create incremental execution plans which can be applied.

The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS (Domain Name Service) entries, SaaS (Software as a Service) features.

List Terraform repositories

demo-terraform-provider-kong

8
Stars
1
Forks
Watchers

:trollface: Demo for Terraform Provider Kong

modules.tf-demo

41
Stars
23
Forks
Watchers

Real modules.tf demo (updated May 2021)

modules.tf-lambda

346
Stars
56
Forks
Watchers

Infrastructure as code generator - from visual diagrams created with Cloudcraft.co to Terraform

pre-commit-terraform

3.0k
Stars
516
Forks
25
Watchers

pre-commit git hooks to take care of Terraform configurations 🇺🇦

serverless.tf

694
Stars
25
Forks
Watchers

serverless.tf is an opinionated open-source framework for developing, building, deploying, and securing serverless applications and infrastructures on AWS using Terraform.

serverless.tf-playground

38
Stars
4
Forks
Watchers

serverless.tf playground for examples and experiments

terraform-aws-anything

24
Stars
7
Forks
Watchers

Content for "Manage any AWS resource with Terraform"

terraform-aws-devops

412
Stars
77
Forks
Watchers

Info about many of my Terraform, AWS, and DevOps projects.

terraform-best-practices

1.9k
Stars
418
Forks
Watchers

Terraform Best Practices free ebook translated into 🇬🇧🇦🇪🇧🇦🇧🇷🇫🇷🇬🇪🇩🇪🇬🇷🇮🇱🇮🇳🇮🇩🇮🇹🇰🇷🇵🇱🇷🇴🇨🇳🇪🇸🇹🇷🇺🇦🇵🇰

terraform-cost-estimation

669
Stars
61
Forks
Watchers

Anonymized, secure, and free Terraform cost estimation based on Terraform plan (0.12+) or Terraform state (any version)