This repository contains a Terraform project that builds Scenario 2: VPC with Public and Private Subnets from the AWS documentation. It's from this blog post describing how it all works and is designed to give a working example which can the basis of something much more complex.
terraform.tfvars
holds variables which should be overriden with valid ones.
terraform plan -var-file terraform.tfvars
terraform apply -var-file terraform.tfvars
terraform destroy -var-file terraform.tfvars
Copyright (c) 2015 Nick Charlton [email protected]. MIT Licensed.