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

variable "environment" {
  default = "qa"
}

variable "service_name" {
  default = "ows-coda"
}

variable "application_family" {
  default     = "accounting"
  description = "Application family to which ows-coda belongs"
}

variable "team_name" {
  default     = "abacus"
  description = "Team responsible for ows-coda"
}
