variable "region" {
  default = "us-east-1"
}

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "graphql-content-review"
}

variable "application_family" {
  default = "content-review"
}

variable "team" {
  description = "Datadog team slug"
  default     = "content-review-management"
}

variable "introspection" {
  default = "0"
}

variable "playground" {
  default = "0"
}

variable "task_memory" {
  default = 4096
}

variable "datadog_memory" {
  default = 256
}

variable "application_alert_endpoint" {
  default = "@slack-graphql @slack-content-review-support"
}

variable "application_escalation_endpoint" {
  default = "@slack-graphql @slack-content-review-support @oncall-content-review-management"
}

variable "opensearch_url" {
  default = "https://vpc-prod-content-review-os-aah5mskpw45xlbbxz6i5p4kvsy.us-east-1.es.amazonaws.com"
}

variable "os_index_alias" {
  default = "review_read"
}

variable "os_domain_name" {
  default = "content-review-os"
}

variable "dependent_applications" {
  description = "List of dependent applications"
  type        = list(string)
  default     = ["content"]
}
