github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/jobspec/test-fixtures/service-meta.hcl (about)

     1  job "service_meta" {
     2    type = "service"
     3  
     4    group "group" {
     5      task "task" {
     6        service {
     7          name = "http-service"
     8  
     9          meta {
    10            foo = "bar"
    11          }
    12        }
    13      }
    14    }
    15  }