variable "service_name" {
  type    = string
  default = "terraform-kafka-connect"
}

variable "application_family" {
  type    = string
  default = "kafka-data-highway"
}

variable "default_code_owner" {
  type    = string
  default = "kafka-data-highway-kdh"
}

variable "github_organization" {
  type    = string
  default = "theorchard"
}
