github.com/hernad/nomad@v1.6.112/jobspec2/test-fixtures/template-wait-config.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  job "example" {
     5    group "group" {
     6      task "task" {
     7        template {
     8          wait {
     9            min = "5s"
    10            max = "60s"
    11          }
    12        }
    13      }
    14    }
    15  }