Fix annoying typo: worker_group_xx vs worker_groups_xx (#374)

This commit is contained in:
Max Williams
2019-05-07 18:22:39 +02:00
committed by GitHub
parent f155e4062b
commit f0838165e2
6 changed files with 57 additions and 51 deletions

View File

@@ -132,7 +132,7 @@ variable "worker_groups_launch_template" {
]
}
variable "worker_group_launch_template_mixed" {
variable "worker_groups_launch_template_mixed" {
description = "A list of maps defining worker group configurations to be defined using AWS Launch Templates. See workers_group_defaults for valid keys."
type = "list"
@@ -144,7 +144,7 @@ variable "worker_group_launch_template_mixed" {
}
variable "worker_group_launch_template_mixed_count" {
description = "The number of maps contained within the worker_group_launch_template_mixed list."
description = "The number of maps contained within the worker_groups_launch_template_mixed list."
type = "string"
default = "0"
}