mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 14:11:58 +02:00
Updates for v2.0.0 release (#216)
* Updates for version 2.0 release * Updating readme * update this version file that I've never seen before * finish changelog updates
This commit is contained in:
@@ -9,7 +9,7 @@ variable "cluster_security_group_id" {
|
||||
|
||||
variable "cluster_version" {
|
||||
description = "Kubernetes version to use for the EKS cluster."
|
||||
default = "1.10"
|
||||
default = "1.11"
|
||||
}
|
||||
|
||||
variable "config_output_path" {
|
||||
|
||||
Reference in New Issue
Block a user