From 94c55c7d21bd639e638d2d85c7ae6c7faee012e3 Mon Sep 17 00:00:00 2001 From: Pratik Mallya Date: Fri, 21 Sep 2018 18:39:10 -0700 Subject: [PATCH] Use a more helpful variable description Many thanks to @qvallance for this tip! --- variables.tf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6dc411e644..0283164520 100644 --- a/variables.tf +++ b/variables.tf @@ -66,9 +66,20 @@ 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 = [] + description = <