There was an error while loading. Please reload this page.
1 parent ca930b6 commit 4c0a0c4Copy full SHA for 4c0a0c4
_example/public-private-subnet-endpoint/example.tf
@@ -38,6 +38,7 @@ module "subnets" {
38
cidr_block = module.vpc.vpc_cidr_block
39
ipv6_cidr_block = module.vpc.ipv6_cidr_block
40
assign_ipv6_address_on_creation = false
41
+ public_subnet_ids = []
42
enable_vpc_endpoint = true
43
service_name = "com.amazonaws.${data.aws_region.current.name}.ec2"
44
}
0 commit comments