Sign in
third-party-mirror
/
hashicorp
/
vault
/
refs/heads/main
/
.
/
v1.14.6
/
command
/
agent
/
config
/
test-fixtures
/
bad-config-method-wrapping-and-sink-wrapping.hcl
blob: cb9696dfb3f169376e70e8c532c63a88b4f4233f [
file
] [
log
] [
blame
] [
edit
]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
pid_file
=
"./pidfile"
auto_auth
{
method
{
type
=
"aws"
wrap_ttl
=
300
config
=
{
role
=
"foobar"
}
}
sink
{
type
=
"file"
wrap_ttl
=
300
config
=
{
path
=
"/tmp/file-foo"
}
}
}