Creates a simpe AWS VPC
module "vpc" {
source = "git@github.com:hmanzur/terraform-module-vpc.git"
name = "VPC Cool Name"
cidr_block = "10.0.0.0.16"
}
Variable | Default | Required | Description |
---|---|---|---|
name | 10.0.0.0/16 | No | VPC name |
cidr_block | Yes | VPC CIDR Block |
- The VPC
Id
- The VPC
cidr_block