output "tags" {
  value = merge(
    {
      env                         = var.environment
      environment                 = var.environment
      application_family          = var.application_family
      terraformed                 = true
      terraform_github_repository = local.terraform_github_repository
      terraform_github_path       = local.terraform_github_path
      team                        = local.team
    },
    local.service_name_map,
    var.additional_tags
  )
  description = "Default tags including terraformed, terraform_github_repository, terraform_github_path, environment, application_family"
}
