Skip to content

Commit 5713a08

Browse files
authored
Update variables.tf
1 parent 6606da6 commit 5713a08

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

variables.tf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ variable "enable_network_address_usage_metrics" {
5656
default = null
5757
}
5858

59+
variable "ipv6_use_ipam_pool" {
60+
description = "Determines whether IPAM pool is used for IPv6 CIDR allocation"
61+
type = bool
62+
default = false
63+
}
64+
5965
variable "use_ipam_pool" {
60-
description = "Determines whether IPAM pool is used for CIDR allocation"
66+
description = "Determines whether IPAM pool is used for IPv4 CIDR allocation"
6167
type = bool
6268
default = false
6369
}

0 commit comments

Comments
 (0)