github.com/hernad/nomad@v1.6.112/e2e/terraform/etc/nomad.d/client-linux-0.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  client {
     5    meta {
     6      "rack" = "r1"
     7    }
     8  
     9    host_volume "shared_data" {
    10      path = "/srv/data"
    11    }
    12  }