open-nomad/jobspec2/test-fixtures/template-err-missing-key.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
193 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
job "example" {
group "group" {
task "task" {
template {
error_on_missing_key = true
}
}
}
}