From 5b2e77f42ba5dbac6c8dd1865b38e956dc5f022c Mon Sep 17 00:00:00 2001 From: Gerard Toonstra Date: Sat, 21 Mar 2026 10:32:04 +0100 Subject: [PATCH] fix: Set regular stream version --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 0ad3d13..76386be 100644 --- a/variables.tf +++ b/variables.tf @@ -548,7 +548,7 @@ variable "k8s_authorized_networks" { variable "k8s_cluster_version" { type = string - default = "1.35" + default = "1.33" description = "The version of Kubernetes to use for the GKE cluster. The patch/GKE specific version will be found automatically." }