Skip to content

Commit 3398b11

Browse files
authored
Merge pull request #32 from trotttrotttrott/refactor/default-to-latest-version
Master and Node Versions Default to Latest
2 parents 5e9bf0f + b2dbecd commit 3398b11

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"
60+
default = "latest"
6161
}
6262

6363
variable "node_version" {

0 commit comments

Comments
 (0)