We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370c550 commit 59a63aaCopy full SHA for 59a63aa
examples/existing-ips/main.tf
@@ -26,7 +26,7 @@ module "subnets" {
26
availability_zones = var.availability_zones
27
vpc_id = module.vpc.vpc_id
28
igw_id = [module.vpc.igw_id]
29
- cidr_block = [module.vpc.vpc_cidr_block]
+ ipv4_cidr_block = [module.vpc.vpc_cidr_block]
30
nat_elastic_ips = aws_eip.nat_ips.*.public_ip
31
nat_gateway_enabled = true
32
nat_instance_enabled = false
0 commit comments