Skip to content

Commit fd8b74c

Browse files
robo-caphyder
authored andcommitted
add supported values for ip_families
1 parent f42181c commit fd8b74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables-cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "enable_ipv6" {
6666
variable "oke_ip_families" {
6767
default = []
6868
type = list(string)
69-
description = "Override the ip_families attribute for the OKE cluster."
69+
description = "Override the ip_families attribute for the OKE cluster. Supported values: ['IPv4'] or ['IPV4', 'IPv6']"
7070
}
7171

7272
variable "pods_cidr" {

0 commit comments

Comments
 (0)