nomad-mirage-plugin/example/agent.hcl
2023-07-02 13:01:32 +02:00

20 lines
252 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
log_level = "TRACE"
plugin "hello-driver" {
config {
bridge = "mybridge"
}
}
plugin "raw_exec" {
config {
enabled = true
}
}
consul {
address = "127.0.0.1:8500"
}