variable "on_call_users" {
  type    = list(string)
  default = []
}

variable "escalation_only_users" {
  type    = list(string)
  default = [
    "bill.fleischer@sonymusic-pde.com",
    "christian.aziz@sonymusic-pde.com",
  ]
}
