Terraform module which creates VPC resources on AWS. Will create two private and public subnets by default.
git clone https://github.com/tecbrix/aws-vpc.git
cd aws-vpc
terraform apply
module "vpc" {
source = "github.com/tecbrix/aws-vpc"
name = "test"
env = "test"
}