nomad-mirage-plugin/example/agent.hcl

21 lines
252 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
log_level = "TRACE"
2020-02-13 02:07:05 +00:00
plugin "hello-driver" {
config {
2023-06-30 17:08:08 +00:00
bridge = "mybridge"
}
}
2023-06-30 17:08:08 +00:00
plugin "raw_exec" {
config {
enabled = true
}
}
consul {
address = "127.0.0.1:8500"
}