mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
17 lines
208 B
HCL
17 lines
208 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
client "chroot_env" {
|
|
"e0" = "baz"
|
|
}
|
|
|
|
client "meta" {
|
|
"m0" = "foo"
|
|
"m1" = "bar"
|
|
}
|
|
|
|
client "options" {
|
|
"o0" = "foo"
|
|
"o1" = "bar"
|
|
}
|