# terraform-vpc
Terraform repository for VPC management


You can use this as a standalone module or directly from this repo by editing main.tf
in the root of repo

##Variables

* vpc_region

    region to use. Defaults to `us-east-1`
* vpc_cidr

    VPC CIDR. Defaults to `10.0.0.0/16`
* vpc_private_subnets

    Private subnet maps for VPC Defaults to `us-east-1a 10.0.0.0/24`
* vpc_public_subnets

    Private subnet maps for VPC Defaults to `us-east-1a 10.0.4.0/26`
* env

    Environment name. Defaults to `infra_test` used as a part of VPC name and associated resources
