mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 21:51:51 +02:00
feat: Add kubernetes standard labels to avoid manual mistakes on the managed aws-auth configmap (#989)
This commit is contained in:
@@ -47,6 +47,12 @@ variable "manage_aws_auth" {
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "aws_auth_additional_labels" {
|
||||
description = "Additionnal kubernetes labels applied on aws-auth ConfigMap"
|
||||
default = {}
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
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