mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 18:31:09 +01:00
add var 'worker_group_count' to replace 'length()' calls
This commit is contained in:
@@ -74,6 +74,12 @@ variable "worker_groups" {
|
||||
}]
|
||||
}
|
||||
|
||||
variable "worker_group_count" {
|
||||
description = "The number of maps contained within the worker_groups list."
|
||||
type = "string"
|
||||
default = "1"
|
||||
}
|
||||
|
||||
variable "workers_group_defaults" {
|
||||
description = "Default values for target groups as defined by the list of maps."
|
||||
type = "map"
|
||||
|
||||
Reference in New Issue
Block a user