variable "aws_region" {
  type        = string
  default     = "us-east-1"
  description = "The AWS region to create the repository in"
}

variable "application_family" {
  description = "Application family of which this is a component. Used for tagging"
  default     = "kafka-data-highway"
}

variable "service_name" {
  default = "python-opensearch-lib"
}

variable "code_owner" {
  default = "kafka-data-highway-kdh"
}
