variable "on_call_users" {
  type    = list(string)
  default = [
    "akozlov@sonymusic-pde.com",
    "aruhlov@sonymusic-pde.com",
    "durukov@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",
  ]
}
