variable "on_call_users" {
  type    = list(string)
  default = [
    "astorkey@sonymusic-pde.com",
    "kturner1@sonymusic-pde.com",
    "nils.littmann@sonymusic-pde.com",
  ]
}

variable "escalation_only_users" {
  type    = list(string)
  description = "Users who should be included in the escalation policy but not the on-call rotation"
  default = [
    "mthomas@sonymusic-pde.com",
    "rshield@sonymusic-pde.com",
  ]
}

variable "teams" {
  type        = list(string)
  description = "Teams to include in the on-call schedule and escalation policy filters"
  default = [
    "collections-fingerprinting",
    "collections-ownership",
    "collections-publishing-compositions",
  ]
}
