github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/terraform/etc/nomad.d/client-linux-0.hcl (about)

     1  client {
     2    meta {
     3      "rack" = "r1"
     4    }
     5  
     6    host_volume "shared_data" {
     7      path = "/srv/data"
     8    }
     9  }