mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
EKS 1.13 out (#400)
* Update to EKS 1.13 * Revert "Pin terraform version < 0.12" This reverts commit 4c71b12218378914c276715a85a61ac5aece9fa0. * Update providers in examples and format
This commit is contained in:
@@ -24,7 +24,7 @@ variable "cluster_security_group_id" {
|
||||
variable "cluster_version" {
|
||||
description = "Kubernetes version to use for the EKS cluster."
|
||||
type = string
|
||||
default = "1.12"
|
||||
default = "1.13"
|
||||
}
|
||||
|
||||
variable "config_output_path" {
|
||||
@@ -239,4 +239,3 @@ variable "manage_worker_iam_resources" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user