
variable "repository_name" {
  type    = string
  default = "skills-cdam-toolbox"
}

variable "description" {
  type    = string
  default = "Skills shared by the CDAM team"
}

variable "code_owner" {
  type    = string
  default = "content-delivery-asset-management-cdam"
}

variable "application_family" {
  type    = string
  default = "vector"
}
