variable "environment" {
  default = "dev"
}

variable "service_name" {
  default = "accoustic-features"
}

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

variable "application_family" {
  default = "data-platform"
}

variable "additional_tags" {
  type = object({})
  default = {
    project = "accoust-similarity"
  }
} 