variable "region" {
  default     = "us-east-1"
  description = "aws resources region"
}

variable "environment" {
  default = "prod"
}

variable "application_family" {
  default = "sound-recordings"
}

variable "meta_script_name" {
  default     = "lambda-sr-delivery-meta"
  description = "Service name for the meta takedown script"
}

variable "team_name" {
  default = "collections-fingerprinting"
}
