output "id" {
  value       = github_team.this.id
  description = "The ID of the created team."
}

output "slug" {
  value       = github_team.this.slug
  description = "The slug of the created team, which may or may not differ from name, depending on whether name contains \"URL-unsafe\" characters."
}
