variable "repository_name" {
  default = "python-playlist-sync"
}

variable "repository_description" {
  default = "This is a partial Python port of the filtr-api playlist sync API and worker (Managed by Terraform)"
}

variable "default_code_owner" {
  default = "devops-squad"
}

variable "application_family" {
  default = "devops"
}

variable "github_organization" {
  default = "theorchard"
}
