github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/builtin/providers/consul/test-fixtures/agent.json.example (about)

     1  {
     2      "ca_file": "./cacert.pem",
     3      "cert_file": "./agentcert.pem",
     4      "datacenter": "dc1",
     5      "domain": "hashicorp.test",
     6      "key_file": "./agentkey.pem",
     7      "ports": {
     8          "https": 8943
     9      },
    10      "verify_incoming": true
    11  }