variable "on_call_users" {
  type    = list(string)
  default = [
    "alex.hendin.ext@sonymusic-pde.com",
    "alex.pryschepa.ext@sonymusic-pde.com",
    "msolvag@sonymusic-pde.com",
  ]
}

variable "always_on_call_users" {
  type    = list(string)
  default = [
    "bill.fleischer@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 = [
    "mmachado@sonymusic-pde.com",
    "mthomas@sonymusic-pde.com",
  ]
}
