30 lines
449 B
HCL
30 lines
449 B
HCL
|
pid_file = "./pidfile"
|
||
|
|
||
|
auto_auth {
|
||
|
method {
|
||
|
type = "aws"
|
||
|
namespace = "/my-namespace"
|
||
|
|
||
|
config = {
|
||
|
role = "foobar"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
sink {
|
||
|
type = "file"
|
||
|
|
||
|
config = {
|
||
|
path = "/tmp/file-foo"
|
||
|
}
|
||
|
|
||
|
aad = "foobar"
|
||
|
dh_type = "curve25519"
|
||
|
dh_path = "/tmp/file-foo-dhpath"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
template {
|
||
|
source = "/path/on/disk/to/template.ctmpl"
|
||
|
destination = "/path/on/disk/where/template/will/render.txt"
|
||
|
}
|