variable "on_call_users" {
  type    = list(string)
  default = [
    "ingaku@sonymusic-pde.com",
    "jan.mlcoch.ext@sonymusic-pde.com",
    "jzheng@sonymusic-pde.com",
    "lseal@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",
    "tmartino@sonymusic-pde.com",
  ]
}
