github.com/hernad/nomad@v1.6.112/jobspec2/test-fixtures/template-err-missing-key.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  job "example" {
     5    group "group" {
     6      task "task" {
     7        template {
     8          error_on_missing_key = true
     9        }
    10      }
    11    }
    12  }