variable "application_family" {
  default     = "sound-recordings"
  description = "Application family"
  type        = string
}

variable "default_code_owner" {
  default     = "collections-fingerprinting"
  description = "Code owner"
  type        = string
}

variable "service_name" {
  default     = "scripts-sound-recording"
  description = "Service name"
  type        = string
}
