github.com/remilapeyre/nomad@v0.8.5/jobspec/test-fixtures/bad-artifact.hcl (about)

     1  job "binstore-storagelocker" {
     2      group "binsl" {
     3          count = 5
     4          task "binstore" {
     5              driver = "docker"
     6  
     7              artifact {
     8                  bad = "bad"
     9              }
    10              resources {}
    11          }
    12      }
    13  }