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

variable "environment" {
  default     = "uat"
}

variable "domain_name" {
  description = "Name of domain"
  default     = "qaorch.com"
}

variable "service_name" {
  default = "orcd"
}

variable "service_name_suffix" {
  default = "documents"
}

variable "application_family" {
  default = "accounting"
}
