@@ -13,13 +13,13 @@ resource "intersight_ippool_pool" "map" {
1313 for_each = { for v in each . value . ipv4_blocks : v . from => v }
1414 content {
1515 from = ip_v4_blocks. value . from
16- # ip_v4_config {
17- # gateway = ip_v4_blocks.value.gateway
18- # netmask = ip_v4_blocks.value.netmask
19- # object_type = "ippool.IpV4Config"
20- # primary_dns = ip_v4_blocks.value.primary_dns
21- # secondary_dns = ip_v4_blocks.value.secondary_dns
22- # }
16+ ip_v4_config {
17+ gateway = ip_v4_blocks. value . gateway
18+ netmask = ip_v4_blocks. value . netmask
19+ object_type = " ippool.IpV4Config"
20+ primary_dns = ip_v4_blocks. value . primary_dns
21+ secondary_dns = ip_v4_blocks. value . secondary_dns
22+ }
2323 size = ip_v4_blocks. value . size
2424 to = ip_v4_blocks. value . to
2525 }
@@ -37,13 +37,13 @@ resource "intersight_ippool_pool" "map" {
3737 for_each = { for v in each . value . ipv6_blocks : v . from => v }
3838 content {
3939 from = ip_v6_blocks. value . from
40- # ip_v6_config {
41- # gateway = ip_v6_blocks.value.gateway
42- # object_type = "ippool.IpV6Config"
43- # prefix = ip_v6_blocks.value.prefix
44- # primary_dns = ip_v6_blocks.value.primary_dns
45- # secondary_dns = ip_v6_blocks.value.secondary_dns
46- # }
40+ ip_v6_config {
41+ gateway = ip_v6_blocks. value . gateway
42+ object_type = " ippool.IpV6Config"
43+ prefix = ip_v6_blocks. value . prefix
44+ primary_dns = ip_v6_blocks. value . primary_dns
45+ secondary_dns = ip_v6_blocks. value . secondary_dns
46+ }
4747 size = ip_v6_blocks. value . size
4848 to = ip_v6_blocks. value . to
4949 }
0 commit comments