github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/terraform/shared/config/nomad_client.hcl (about) 1 data_dir = "/opt/nomad/data" 2 bind_addr = "IP_ADDRESS" 3 name = "nomad@IP_ADDRESS" 4 5 # Enable the client 6 client { 7 enabled = true 8 } 9 10 consul { 11 address = "127.0.0.1:8500" 12 } 13 14 vault { 15 enabled = true 16 address = "vault.service.consul" 17 }