Improve this page

Back to AWS Terraform templates index <–

vpc

vpc by the Sogeti community

Template Locations

Online documentation

Template reference
Service description

module "aws_vpc" {
    vpc_name = "cbvpc"
    vpc_cidr_block = "10.0.0.0/16"
}