1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

docs: Fix typos in README and CONTRIBUTING (#1167)

This commit is contained in:
Peter Parada
2021-01-28 23:22:53 +01:00
committed by GitHub
parent d48ff6dccb
commit 8912ae9a8b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ variable "manage_aws_auth" {
}
variable "aws_auth_additional_labels" {
description = "Additionnal kubernetes labels applied on aws-auth ConfigMap"
description = "Additional kubernetes labels applied on aws-auth ConfigMap"
default = {}
type = map(string)
}