Files
nomad/terraform/shared/config/consul-template.hcl
2023-08-10 17:27:29 -05:00

16 lines
277 B
HCL

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