github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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  }