mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Correct addon timeout lookup/override logic to support global and addon specific settings (#3492)
This commit is contained in:
+2
-2
@@ -635,7 +635,7 @@ variable "addons" {
|
||||
create = optional(string)
|
||||
update = optional(string)
|
||||
delete = optional(string)
|
||||
}))
|
||||
}), {})
|
||||
tags = optional(map(string), {})
|
||||
}))
|
||||
default = null
|
||||
@@ -648,7 +648,7 @@ variable "addons_timeouts" {
|
||||
update = optional(string)
|
||||
delete = optional(string)
|
||||
})
|
||||
default = null
|
||||
default = {}
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user