open-nomad/jobspec/test-fixtures/task-scaling-policy-invalid...

18 lines
192 B
HCL

job "foo" {
task "bar" {
driver = "docker"
scaling "wrong" {
enabled = true
min = 50
max = 1000
policy {
test = "cpu"
}
}
}
}