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