variable "environment" {
  default = "qa"
}

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

variable "service_name" {
  default = "royalties"
}

variable "application_family" {
  default     = "accounting"
  description = "Application family to which abacus belongs"
}
