github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/jobspec/test-fixtures/bad-config-missing.hcl (about)

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