mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
feat: Allow override of timeouts in node_groups (#1552)
This commit is contained in:
@@ -104,6 +104,12 @@ variable "cluster_tags" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "timeouts" {
|
||||
description = "A map of timeouts for create/update/delete operations."
|
||||
type = map(string)
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "vpc_id" {
|
||||
description = "VPC where the cluster and workers will be deployed."
|
||||
type = string
|
||||
@@ -404,4 +410,5 @@ variable "openid_connect_audiences" {
|
||||
description = "List of OpenID Connect audience client IDs to add to the IRSA provider."
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user