1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

feat: Allow override of timeouts in node_groups (#1552)

This commit is contained in:
Robert Kozak
2021-09-03 08:07:59 -07:00
committed by GitHub
parent c2490c5148
commit b7413b3e37
8 changed files with 25 additions and 1 deletions
+5
View File
@@ -36,6 +36,11 @@ variable "tags" {
type = map(string)
}
variable "timeouts" {
description = "A map of timeouts for create/update/delete operations."
type = map(string)
}
variable "node_groups_defaults" {
description = "map of maps of node groups to create. See \"`node_groups` and `node_groups_defaults` keys\" section in README.md for more details"
type = any