nomad/packs/common/variables.hcl

10 lines
123 B
HCL
Raw Normal View History

2023-07-19 00:32:07 +02:00
variable "vault_prefix" {
type = string
default = ""
}
variable "namespace" {
type = string
default = "default"
}