Skip to content

Commit

Permalink
fix kubernetes_version default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchenn committed Oct 31, 2022
1 parent 688a8d6 commit 9d32db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ variable "node_locations" {

variable "kubernetes_version" {
type = string
default = "1.22.12-gke.2300 "
default = "1.22.12-gke.2300"
}

0 comments on commit 9d32db4

Please sign in to comment.