variable "organization" {
  description = "The slug of the organization."
  default     = "the-orchard"
}

variable "name" {
  description = "The name of the team."
  type        = string
}
