From d3cf50ba9f8035977d5495932070fcd9680c477d Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 12 Aug 2022 10:07:16 +0530 Subject: [PATCH] Fixing gke release channel. --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 1567c3b..9187e39 100644 --- a/variables.tf +++ b/variables.tf @@ -14,7 +14,7 @@ variable "kube_version_gke" { } variable "gke_release_channel" { - default = "REGULAR" + default = "STABLE" type = string description = "The GKE Release channel to use. Blank for none" }