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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
276 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
vault {
address = "http://active.vault.service.consul:8200"
token = ""
grace = "1s"
unwrap_token = false
renew_token = true
}
syslog {
enabled = true
facility = "LOCAL5"
}