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

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

variable "repository_name" {
  type    = string
  default = "pdego-marketplace"
}

variable "description" {
  type    = string
  default = "PDEGO Marketplace is a catalog of Claude Code/Github Copilot Plugins to accelerate your development"
}

variable "code_owner" {
  type    = string
  default = "devops-squad"
}

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