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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "virtual-sales-rep"
}

variable "application_family" {
  description = "Application family for VSR"
  default     = "integrations"
}
