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

variable "environment" {
  default = "prod"
}

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

variable "service_name" {
  default = "orcd"
}

variable "service_name_suffix" {
  default = "insights"
}

variable "application_family" {
  description = "Application family of which this is a component. Used for tagging"
  default     = "insights"
}
