github.com/hernad/nomad@v1.6.112/command/agent/testdata/config-slices.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  client "chroot_env" {
     5    "e0" = "baz"
     6  }
     7  
     8  client "meta" {
     9    "m0" = "foo"
    10    "m1" = "bar"
    11  }
    12  
    13  client "options" {
    14    "o0" = "foo"
    15    "o1" = "bar"
    16  }