github.com/mattyr/nomad@v0.3.3-0.20160919021406-3485a065154a/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  }