open-nomad/terraform/shared/config/consul-template.hcl

13 lines
185 B
HCL

vault {
address = "http://active.vault.service.consul:8200"
token=""
grace = "1s"
unwrap_token = false
renew_token = true
}
syslog {
enabled = true
facility = "LOCAL5"
}