Skip to content
Snippets Groups Projects
Commit 7829dabe authored by Ronick Romulus's avatar Ronick Romulus
Browse files

Update gke.tf

parent 8e94a620
No related branches found
No related tags found
No related merge requests found
Pipeline #27664 failed
......@@ -3,7 +3,7 @@ resource "google_container_cluster" "primary" {
location = var.gcp_region
remove_default_node_pool = true
initial_node_count = 1
min_master_version = "1.22"
min_master_version = "1.22.17"
description = var.cluster_description
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment