All Projects → brikis98 → Terraform Up And Running Code

brikis98 / Terraform Up And Running Code

Licence: mit
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman

Programming Languages

HCL
1544 projects
go
31211 projects - #10 most used programming language
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Terraform Up And Running Code

Terraform Examples
Terraform samples for all the major clouds you can copy and paste. The future, co-created.
Stars: ✭ 256 (-85.28%)
Mutual labels:  samples, terraform, hcl
Infrastructure As Code Talk
Sample code for the talk "Infrastructure-as-code: running microservices on AWS with Docker, ECS, and Terraform"
Stars: ✭ 520 (-70.1%)
Mutual labels:  samples, terraform, hcl
Intro To Terraform
Sample code for the blog post series "A Comprehensive Guide to Terraform."
Stars: ✭ 550 (-68.37%)
Mutual labels:  samples, terraform, hcl
Terraform Aws Ecr
Terraform Module to manage Docker Container Registries on AWS ECR
Stars: ✭ 110 (-93.67%)
Mutual labels:  terraform, hcl
Terraform Eks
Terraform for AWS EKS
Stars: ✭ 82 (-95.28%)
Mutual labels:  terraform, hcl
Terraform Aws Ecs Codepipeline
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/
Stars: ✭ 85 (-95.11%)
Mutual labels:  terraform, hcl
Tf aws elasticsearch
Terraform module which creates AWS Elasticsearch resources
Stars: ✭ 73 (-95.8%)
Mutual labels:  terraform, hcl
Clarity
A declaritive test framework for Terraform
Stars: ✭ 88 (-94.94%)
Mutual labels:  terraform, hcl
Terraform Aws S3 Website
Terraform Module for Creating S3 backed Websites and Route53 DNS
Stars: ✭ 85 (-95.11%)
Mutual labels:  terraform, hcl
Pci Gke Blueprint
PCI on GKE Blueprint: PCI Deployable Architecture on Google Cloud and GKE
Stars: ✭ 91 (-94.77%)
Mutual labels:  terraform, hcl
Aws Minikube
Single node Kubernetes instance implemented using Terraform and kubeadm
Stars: ✭ 101 (-94.19%)
Mutual labels:  terraform, hcl
Aws Ecs Airflow
Run Airflow in AWS ECS(Elastic Container Service) using Fargate tasks
Stars: ✭ 107 (-93.85%)
Mutual labels:  terraform, hcl
Mikado
🤖💨Mikado helps managing your AWS infrastructure for WordPress sites by defining an out-of-box, highly available, easy-to-deploy setup
Stars: ✭ 80 (-95.4%)
Mutual labels:  terraform, hcl
Ecs Pipeline
☁️ 🐳 ⚡️ 🚀 Create environment and deployment pipelines to ECS Fargate with CodePipeline, CodeBuild and Github using Terraform
Stars: ✭ 85 (-95.11%)
Mutual labels:  terraform, hcl
Terraform
Terraform - Beginners | Intermediate | Advanced
Stars: ✭ 77 (-95.57%)
Mutual labels:  terraform, hcl
Terraform Aws Rabbitmq
Terraform configuration for creating RabbitMQ cluster on AWS.
Stars: ✭ 86 (-95.05%)
Mutual labels:  terraform, hcl
Cobalt
Infrastructure turn-key solution for app service workloads
Stars: ✭ 97 (-94.42%)
Mutual labels:  terraform, hcl
Typhoon
Minimal and free Kubernetes distribution with Terraform
Stars: ✭ 1,397 (-19.67%)
Mutual labels:  terraform, hcl
Terraform Config
Terraform bits and bytes
Stars: ✭ 111 (-93.62%)
Mutual labels:  terraform, hcl
Terraform Aws Couchbase
Reusable infrastructure modules for running Couchbase on AWS
Stars: ✭ 73 (-95.8%)
Mutual labels:  terraform, hcl

Terraform: Up & Running Code

This repo contains the code samples for the book Terraform: Up and Running, 2nd edition, by Yevgeniy Brikman.

Quick start

All the code is in the code folder. It is organized by language (terraform, bash, ruby, etc) and within each language, by chapter. Since this code comes from a book about Terraform, the vast majority of the code consists of Terraform examples in the code/terraform folder.

For instructions on running the code, please consult the README in each folder, and, of course, the Terraform: Up and Running book.

More examples

The example code in Terraform: Up and Running are mostly for Amazon Web Services (AWS). There is a project underway to translate these examples to their equivalents on other cloud providers, such as Google Cloud and Azure, here: https://github.com/mjuenema/Terraform-Up-and-Running-Code-Samples-Translated/.

Looking for the 1st edition?

All the code examples in the master branch are for the 2nd edition of Terraform: Up & Running. If you're looking for the code examples from the 1st edition, please head over to the 1st-edition branch.

License

This code is released under the MIT License. See LICENSE.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].