You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Compartment OCID for existent Virtual Cloud Network (VCN)."
51
+
}
52
+
variable"vcn_cidr_blocks" {
53
+
default="10.20.0.0/16"
54
+
description="IPv4 CIDR Blocks for the Virtual Cloud Network (VCN). If use more than one block, separate them with comma. e.g.: 10.20.0.0/16,10.80.0.0/16. If you plan to peer this VCN with another VCN, the VCNs must not have overlapping CIDRs."
55
+
}
56
+
variable"is_ipv6enabled" {
57
+
default=false
58
+
description="Whether IPv6 is enabled for the Virtual Cloud Network (VCN)."
59
+
}
60
+
variable"ipv6private_cidr_blocks" {
61
+
default=[]
62
+
description="The list of one or more ULA or Private IPv6 CIDR blocks for the Virtual Cloud Network (VCN)."
0 commit comments