mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Removed unused variable. Updated Changelog. Formatting.
This commit is contained in:
@@ -48,12 +48,6 @@ variable "manage_aws_auth" {
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "write_aws_auth_config" {
|
||||
description = "Whether to write the aws-auth configmap file."
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "map_accounts" {
|
||||
description = "Additional AWS account numbers to add to the aws-auth configmap. See examples/basic/variables.tf for example format."
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user