From da296c8bfeb3e7207286c1146c0fa237a512e8c5 Mon Sep 17 00:00:00 2001 From: caiotavaresdito Date: Mon, 29 Nov 2021 22:49:01 -0500 Subject: [PATCH] Default creation false --- modules/gke-cluster/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gke-cluster/variables.tf b/modules/gke-cluster/variables.tf index a303907a2..8b38a8aec 100644 --- a/modules/gke-cluster/variables.tf +++ b/modules/gke-cluster/variables.tf @@ -239,6 +239,7 @@ variable "node_locations" { variable "notification_config" { description = "GKE Cluster upgrade notifications via PubSub." type = bool + default = false } variable "peering_config" { description = "Configure peering with the master VPC for private clusters."