turnbullpress / tf_dc

An example data center architecture using Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example data center architecture with Terraform

A lightweight data center architecture for The Terraform Book.

Usage

Checkout the repository and all sub-modules:

git clone --recursive https://github.com/turnbullpublishing/tf_dc.git

The rough directory tree should be:

.
├── LICENSE
├── README.md
├── development
│   ├── api.tf
│   ├── consul.tf
│   ├── main.tf
│   ├── outputs.tf
│   ├── terraform.tfvars
│   ├── variables.tf
│   └── web.tf
├── modules
│   ├── api
│   ├── consul
│   ├── vpc
│   └── web
└── production

License

MIT

About

An example data center architecture using Terraform

License:MIT License


Languages

Language:Ruby 70.8%Language:HCL 29.2%