github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/jobspec/test-fixtures/tg-scaling-policy-missing-max.hcl (about)

     1  job "elastic" {
     2    group "group" {
     3      scaling {
     4        // required: max = ...
     5      }
     6    }
     7  }