variable "github_organization" {
  default = "theorchard"
}

variable "application_family" {
  type        = string
  description = "Application family identifier"
  default     = "d2c"
}
