github.com/mohanarpit/terraform@v0.6.16-0.20160909104007-291f29853544/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  }