variable "application_family" {
  default     = "abacus"
  description = "Application family"
  type        = string
}

variable "default_code_owner" {
  default     = "abacus"
  description = "Code owner"
  type        = string
}

variable "environment" {
  default     = "prod"
  description = "Environment"
  type        = string
}

variable "service_name" {
  default     = "python-abacus-models"
  description = "Service name"
  type        = string
}
