variable "service_name" {
  type    = string
  default = "python-skill-eval-runner"
}

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

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

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