Default creation false

This commit is contained in:
caiotavaresdito
2021-11-29 22:49:01 -05:00
parent 01e100719e
commit da296c8bfe

View File

@@ -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."