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 6606da6 commit 5713a08Copy full SHA for 5713a08
variables.tf
@@ -56,8 +56,14 @@ variable "enable_network_address_usage_metrics" {
56
default = null
57
}
58
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
+
65
variable "use_ipam_pool" {
- description = "Determines whether IPAM pool is used for CIDR allocation"
66
+ description = "Determines whether IPAM pool is used for IPv4 CIDR allocation"
67
type = bool
68
default = false
69
0 commit comments