Skip to content

Commit 3eb59b0

Browse files
Default k8s version uses latest patch suffix
Removes explicit patch suffix to allow usage of latest when launching new clusters. Only the latest tends to be supported.
1 parent 5b8ff0a commit 3eb59b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variable "subnetwork" {
5757

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

6363
variable "node_version" {

0 commit comments

Comments
 (0)