diff --git a/variables.tf b/variables.tf index 6dc411e644..e70e557369 100644 --- a/variables.tf +++ b/variables.tf @@ -66,9 +66,22 @@ variable "node_version" { } variable "master_authorized_networks_config" { - description = "The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)." - type = "list" - default = [] + type = "list" + + description = <