Update to 1.12 (#327)

This commit is contained in:
Stijn De Haes
2019-04-03 12:30:58 +02:00
committed by Max Williams
parent f1858c81f1
commit 7a4484552f
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ variable "cluster_security_group_id" {
variable "cluster_version" {
description = "Kubernetes version to use for the EKS cluster."
default = "1.11"
default = "1.12"
}
variable "config_output_path" {