output "team_id" {
  value = module.team_1.id
}

output "team_slug" {
  value = module.team_1.slug
}
