Files
nomad/command/agent/test-resources/client_with_function_denylist.hcl
2023-04-10 15:36:59 +00:00

11 lines
146 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
client {
enabled = true
template {
function_denylist = ["foo"]
}
}