nomad/packs/common/variables.hcl

10 lines
123 B
HCL

variable "vault_prefix" {
type = string
default = ""
}
variable "namespace" {
type = string
default = "default"
}