nomad-mirage-plugin/example/agent.hcl
2023-02-27 16:20:30 +00:00

10 lines
149 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
log_level = "TRACE"
plugin "hello-driver" {
config {
shell = "bash"
}
}