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