github.com/hernad/nomad@v1.6.112/command/testdata/fmt/nomad.out.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  server {
     5    enabled          = true
     6    bootstrap_expect = 3
     7  }
     8  
     9  consul {
    10    address = "1.2.3.4:8500"
    11  }