Get the information about a Nomad variable.
resource "nomad_variable" "example" {
path = "path/of/existing/variable"
}
path
(string)
- Path to the existing variable.namespace
(string: "default")
- The namepsace in which the variable exists.The following attributes are exported:
path
(string)
- The path at which the variable exists.namespace
(string)
- The namespace in which the variable exists.items
(map[string]string)
- Map of items in the variable.