variable "on_call_users" {
  type    = list(string)
  default = [
    "diego.salazar@sonymusic-pde.com",
    "george.theka@sonymusic-pde.com",
    "jonathan.raysor@sonymusic-pde.com",
    "michael.rojas@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 = [
    "tdenkinger@sonymusic-pde.com",
  ]
}
