Skip to content

turnbullpress/tf_dc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published