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

variable "aws_failover_region" {
  default     = "us-west-2"
}

variable "environment" {
  default = "qa"
}

variable "service_name" {
  default = "documents"
}

variable "application_family" {
  default = "accounting"
}

variable "domain_name" {
  default = "qapdesuite.com"
}

variable "brand" {
  default = "sme"
}

variable "cloudfront_logging_bucket" {
  description = "Bucket to use for cloudfront logging"
  default     = "prod-orcd-cloudfront-logs"
}

