variable "git-repo" {
  type = string
  default = "rootmos/openbsd"
}

variable "prefix" {
  type = string
  default = "openbsd-playground-"
}
