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

variable "environment" {
  default = "qa"
}

variable "application_family" {
  default = "vector"
}

variable "team_name" {
  type        = string
  description = "Name of team that owns the service"
  default     = "content-delivery-asset-management"
}

variable "lambda_name" {
  # with hyphen instead of underscores
  default = "lambda-phy-delivery-product-hydrator"
}

variable "slack_alert_channel" {
  description = "Slack channels for all datadog alerts and build notifications"
  default     = "@slack-knr-alerts @slack-content-delivery-and-asset-mgmt-qa-alerts"
}

variable "graphql_url" {
  default = "https://qa-graphql-router.theorchard.io/graphql"
}
