@@ -13,13 +13,13 @@ resource "intersight_ippool_pool" "map" {
13
13
for_each = { for v in each . value . ipv4_blocks : v . from => v }
14
14
content {
15
15
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
+ }
23
23
size = ip_v4_blocks. value . size
24
24
to = ip_v4_blocks. value . to
25
25
}
@@ -37,13 +37,13 @@ resource "intersight_ippool_pool" "map" {
37
37
for_each = { for v in each . value . ipv6_blocks : v . from => v }
38
38
content {
39
39
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
+ }
47
47
size = ip_v6_blocks. value . size
48
48
to = ip_v6_blocks. value . to
49
49
}
0 commit comments