20 lines
252 B
HCL
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"
|
|
}
|