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

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

variable "repository_name" {
  type    = string
  default = "dd-plugins"
}

variable "description" {
  type    = string
  default = "Analyze Datadog APM traces for performance problems, ows endpoint breakdown, and N+1 call detection"
}

variable "code_owner" {
  type    = string
  default = "accounts-identities-platform-aka-user-platform"
}

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