Skip to content

Commit 5e9bf0f

Browse files
authored
Merge pull request #31 from trotttrotttrott/feature/relax-k8s-version
Default K8s Version Uses Latest Patch Suffix for 1.10.6
2 parents 5b8ff0a + 3eb59b0 commit 5e9bf0f

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)