mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-31 14:33:08 +02:00
feat: Ability to specify cluster update timeout (#1588)
This commit is contained in:
@@ -234,6 +234,12 @@ variable "cluster_delete_timeout" {
|
||||
default = "15m"
|
||||
}
|
||||
|
||||
variable "cluster_update_timeout" {
|
||||
description = "Timeout value when updating the EKS cluster."
|
||||
type = string
|
||||
default = "60m"
|
||||
}
|
||||
|
||||
variable "cluster_create_security_group" {
|
||||
description = "Whether to create a security group for the cluster or attach the cluster to `cluster_security_group_id`."
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user