github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/jobspec2/test-fixtures/template-wait-config.hcl (about) 1 job "example" { 2 group "group" { 3 task "task" { 4 template { 5 wait { 6 min = "5s" 7 max = "60s" 8 } 9 } 10 } 11 } 12 }