mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 19:01:04 +01:00
Fix annoying typo: worker_group_xx vs worker_groups_xx (#374)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user