We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c056df7 commit 44998c8Copy full SHA for 44998c8
2 files changed
k8s/gcp/gke/main.tf
@@ -51,7 +51,7 @@ module "gke" {
51
project_id = var.provider_id
52
network_project_id = var.provider_id
53
name = local.cluster_name
54
- kubernetes_version = "1.33"
+ kubernetes_version = "1.34"
55
regional = true
56
zones = try(var.node_config.availability_zones, [])
57
region = var.app_region
k8s/gcp/gke/outputs.tf
@@ -28,7 +28,7 @@ output "app_env"{
28
}
29
30
output "k8s_version" {
31
- value = "1.33"
+ value = "1.34"
32
33
34
output "os" {
0 commit comments