github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/terraform/shared/config/consul-template.hcl (about)

     1  vault {
     2    address = "http://active.vault.service.consul:8200"
     3    token=""
     4    grace = "1s"
     5    unwrap_token = false
     6    renew_token = true
     7  }
     8  
     9  syslog {
    10    enabled = true
    11    facility = "LOCAL5"
    12  }