variable aws_region {
  default     = "us-east-1"
  description = "AWS region"
}

variable environment {
  description = "Available values:  dev, qa, prod."
  default     = "qa"
}

variable service_name {
  default = "abacus-legacy-bridge"
}

variable "bucket_name" {
  default = "abacus-legacy-bridge"
}

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