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

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

variable "repository_name" {
  type    = string
  default = "pp-pilot"
}

variable "description" {
  type    = string
  default = "PP Pilot - for piloting your copilot to use Permissions Platform tools"
}

variable "code_owner" {
  type    = string
  default = "permissions-platform-pp"
}

variable "application_family" {
  type    = string
  default = "permissions-platform"
}
