Skip to content

Commit

Permalink
fix: downgrade gke to version available on all regions
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed May 9, 2024
1 parent 59ddc43 commit 58ad41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/platform/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "network_prefix" {
default = "10.1"
}
variable "kube_version" {
default = "1.27.13-gke.1166000"
default = "1.27.13-gke.1000000"
}
variable "node_default_machine_type" {
default = "n2-standard-4"
Expand Down

0 comments on commit 58ad41a

Please sign in to comment.