variable "region" {
  default     = "us-east-1"
  description = "aws resources region"
}

variable "environment" {
  default = "prod"
}
variable "service_name" {
  default = "mr-snowflake-backfill"
}

variable "application_family" {
  default = "sound-recordings"
}

variable "team_name" {
  type    = string
  default = "collections-fingerprinting"
}

variable "monitor_name" {
  type    = string
  default = "No new runs of mr-snowflake-backfill-pipeline in the last 7 hours"
}

variable "escalation_notification_endpoints" {
  default = "@slack-collections-prod-alarms @oncall-collections"
}

variable "notification_endpoints" {
  default = "@slack-collections-prod-alarms"
}
