deploy-templates/aws/locals.tf (5 lines of code) (raw):

locals { tags = merge(var.tags, { "user:tag" = var.cluster_name }) }