mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-01 21:04:27 +02:00
EKS 1.15 Support (#776)
* chore(eks): Support EKS 1.15 * docs(changelog): Adding entry to CHANGELOG * chore(examples): Removing VPC tags from merged PR #772 * docs(changelog): Adding 'breaking' to CHANGELOG entry
This commit is contained in:
@@ -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.14"
|
||||
default = "1.15"
|
||||
}
|
||||
|
||||
variable "config_output_path" {
|
||||
|
||||
Reference in New Issue
Block a user