Skip to content

Commit

Permalink
Corrected master version/region
Browse files Browse the repository at this point in the history
  • Loading branch information
richardalberto committed Sep 21, 2018
1 parent 329ff45 commit eed09d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ variable "gcp_project" {

variable "gcp_region" {
description = "The region in which all GCP resources will be launched."
default = "us-east1"
}

variable "cluster_name" {
Expand All @@ -12,7 +13,7 @@ variable "cluster_name" {

variable "master_version" {
description = "Kubernetes cluster master version"
default = "1.10.7-gke.1"
default = "1.10.7-gke.2"
}

variable "master_username" {
Expand Down

0 comments on commit eed09d9

Please sign in to comment.