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

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

variable "service_name" {
  description = "The name of the associated application."
  default     = "ddex-ingester"
}

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

variable "swb_role_arn" {
  type        = string
  description = "Switchboard role arn"
  default     = "arn:aws:iam::662302927201:role/qa-orchard-access"
}
