Files
nomad/command/agent/testdata/template.hcl
Tim Gross 651d8d6f88 tests: fixup copywrite in test file (#24101)
In #24007 we merged new HCL files but they were missing copywrite headers
because the scan didn't run on this PR for some reason. I've already backported
this to the Enterprise branches.
2024-10-01 16:43:10 -04:00

41 lines
650 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
client {
template {
function_denylist = ["plugin"]
disable_file_sandbox = true
max_stale = "7600h"
wait {
min = "10s"
max = "10m"
}
wait_bounds {
min = "1s"
max = "10h"
}
block_query_wait = "10m"
consul_retry {
attempts = 6
backoff = "550ms"
max_backoff = "10m"
}
vault_retry {
attempts = 6
backoff = "550ms"
max_backoff = "10m"
}
nomad_retry {
attempts = 6
backoff = "550ms"
max_backoff = "10m"
}
}
}