nomad-mirage-plugin/example/agent.hcl

11 lines
149 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 {
shell = "bash"
}
}