Files
nomad/command/agent/testdata/config-slices.hcl
2023-08-10 17:27:29 -05:00

17 lines
209 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
client "chroot_env" {
"e0" = "baz"
}
client "meta" {
"m0" = "foo"
"m1" = "bar"
}
client "options" {
"o0" = "foo"
"o1" = "bar"
}