open-nomad/command/agent/testdata/config-slices.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
208 B
HCL
Raw Normal View History

# 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"
}