variable "on_call_users" {
  type    = list(string)
  default = [
    "aoshomoji@sonymusic-pde.com",
    "cbeesley@sonymusic-pde.com",
    "emest@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 = [
    "fumar@sonymusic-pde.com",
    "mmachado@sonymusic-pde.com",
    "mthomas@sonymusic-pde.com",
  ]
}

variable "teams" {
  type        = list(string)
  description = "Teams to include in the on-call schedule and escalation policy filters"
  default = [
    "insights",
    "mobile-suite",
  ]
}
