variable "application_family" {
  default = "assets"
}

variable "aws_region" {
  default     = "us-east-1"
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "prod"
}

variable "service_name" {
  default = "ows-assets"
}

variable "datadog_alert_channel" {
  default = "@slack-content-delivery-and-asset-mgmt-alerts"
}
