1
0
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:
Tibo Beijen
2019-11-30 08:56:24 +01:00
parent 834ba13d60
commit 84b58c7a06
4 changed files with 4 additions and 10 deletions
-6
View File
@@ -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)