variable "github_organization" {
  type        = string
  description = "Github organization"
  default     = "theorchard"
}

variable "service_name" {
  default = "ds-winfrey"
}

variable "application_family" {
  type        = string
  description = "The name of the application family."
  default     = "machine-learning"
}
