variable "on_call_users" {
  type    = list(string)
  default = [
    "pavel.lavreshin@sonymusic-pde.com",
    "poyvindoygard@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 = [
    "amccown@sonymusic-pde.com",
    "mmachado@sonymusic-pde.com",
    "mthomas@sonymusic-pde.com",
  ]
}
