blob: ac22dcc5cd6cf3b3a818c6f38ba6073e7aa14f41 [file] [log] [blame]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
vault {
address = "http://127.0.0.1:1111"
retry {
num_retries = 5
}
}
template_config {}
template {
source = "/path/on/disk/to/template.ctmpl"
destination = "/path/on/disk/where/template/will/render.txt"
}