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"
}
Back to AWS Terraform templates index <–
vpc by the Sogeti community
Template reference
Service description
module "aws_vpc" {
vpc_name = "cbvpc"
vpc_cidr_block = "10.0.0.0/16"
}