Update to EKS 1.14 (#498)

This commit is contained in:
刘相轩
2019-09-09 16:46:02 +08:00
committed by Max Williams
parent 97df53c099
commit 6c3e4ec510
3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ variable "cluster_security_group_id" {
variable "cluster_version" {
description = "Kubernetes version to use for the EKS cluster."
type = string
default = "1.13"
default = "1.14"
}
variable "config_output_path" {