variable "github_organization" {
  type        = string
  description = "GitHub organization that owns the repository"
  default     = "theorchard"
}

variable "application_family" {
  type        = string
  description = "The application family"
  default     = "devops"
}

variable "default_code_owner" {
  type        = string
  description = "Default GitHub team slug used to populate the initial CODEOWNERS file"
  default     = "devops-squad"
}
