open-nomad/jobspec/test-fixtures/bad-config-missing.hcl

16 lines
173 B
HCL

job "binstore-storagelocker" {
group "binsl" {
count = 5
task "binstore" {
driver = "docker"
config {
}
resources {
}
}
}
}