github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/demo/digitalocean/terraform/client/client.hcl.tpl (about)

     1  datacenter = "${datacenter}"
     2  client {
     3      enabled = true
     4      servers = [${join(",", formatlist("\"%s:4647\"", servers))}]
     5      node_class = "linux-64bit"
     6  }