variable "environment" {
  description = "The environment in which the resources are being created"
  type        = string
  default     = "dev"
}

variable "service_name" {
  description = "The name of the service being created"
  type        = string
  default     = "djimenez-db"
}

variable "application_family" {
  description = "value of the application_family tag"
  type        = string
  default     = "kafka-data-highway"
}