Skip to content

Commit

Permalink
Merge pull request terraform-google-modules#31 from trotttrotttrott/f…
Browse files Browse the repository at this point in the history
…eature/relax-k8s-version

Default K8s Version Uses Latest Patch Suffix for 1.10.6
  • Loading branch information
morgante committed Nov 12, 2018
2 parents ac3ca58 + addcb80 commit a76ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ variable "subnetwork" {

variable "kubernetes_version" {
description = "The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region."
default = "1.10.6-gke.2"
default = "1.10.6"
}

variable "node_version" {
Expand Down

0 comments on commit a76ac56

Please sign in to comment.