reverting calculation of count for worker groups

This commit is contained in:
Max Williams
2018-08-27 15:31:00 +02:00
parent 0f5e36862e
commit 949c4428dc
4 changed files with 10 additions and 3 deletions

View File

@@ -69,6 +69,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"