Files
nomad/command/agent/test-resources/client_with_function_denylist.hcl
2023-08-10 17:27:29 -05:00

11 lines
147 B
HCL

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