File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ module "vpc_ipam_set_netmask" {
2828
2929 name = " ${ local . name } -set-netmask"
3030
31- use_ipam_pool = true
31+ use_ipv4_ipam_pool = true
3232 ipv4_ipam_pool_id = aws_vpc_ipam_pool. this . id
3333 ipv4_netmask_length = 16
3434 azs = local. azs
@@ -48,10 +48,10 @@ module "vpc_ipam_set_cidr" {
4848
4949 name = " ${ local . name } -set-cidr"
5050
51- use_ipam_pool = true
52- ipv4_ipam_pool_id = aws_vpc_ipam_pool. this . id
53- cidr = " 10.1.0.0/16"
54- azs = local. azs
51+ use_ipv4_ipam_pool = true
52+ ipv4_ipam_pool_id = aws_vpc_ipam_pool. this . id
53+ cidr = " 10.1.0.0/16"
54+ azs = local. azs
5555
5656 private_subnets = [" 10.1.1.0/24" , " 10.1.2.0/24" , " 10.1.3.0/24" ]
5757 public_subnets = [" 10.1.11.0/24" , " 10.1.12.0/24" , " 10.1.13.0/24" ]
@@ -65,7 +65,7 @@ module "vpc_ipam_set_cidr" {
6565
6666# name = "${local.name}-ipv6-set-netmask"
6767
68- # use_ipam_pool = true
68+ # use_ipv4_ipam_pool = true
6969# ipv4_ipam_pool_id = aws_vpc_ipam_pool.this.id
7070# ipv6_ipam_pool_id = aws_vpc_ipam_pool.ipv6.id
7171# ipv6_netmask_length = 56
You can’t perform that action at this time.
0 commit comments