feat: Change EKS default version to 1.16 (#857)

This commit is contained in:
Scott Crooks
2020-05-06 17:20:28 +02:00
committed by GitHub
parent 9bfdba9fb8
commit 99f59bfcc9
5 changed files with 9 additions and 9 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.15"
default = "1.16"
}
variable "config_output_path" {