Skip to content

Commit

Permalink
Merge pull request #31 from trotttrotttrott/feature/relax-k8s-version
Browse files Browse the repository at this point in the history
Default K8s Version Uses Latest Patch Suffix for 1.10.6
  • Loading branch information
morgante authored Nov 12, 2018
2 parents 5b8ff0a + 3eb59b0 commit 5e9bf0f
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 5e9bf0f

Please sign in to comment.