variable "github_token" {
  type    = string
  default = ""
}

variable "github_organization" {
  type    = string
  default = "theorchard"
}

variable "repository_name" {
  type    = string
  default = "shopify-global-schema"
}

variable "description" {
  type    = string
  default = "Shopify Global Schema - Rolling up Shopify store schemas from different Snowflake locations into a global shopify schema for reporting purposes"
}

variable "code_owner" {
  type    = string
  default = "fansifter"
}

variable "application_family" {
  type    = string
  default = "fansifter"
}
