From 8aae64145be2cf5656a594e3fdb4b31cbc0f1b89 Mon Sep 17 00:00:00 2001 From: Brian Lalor Date: Fri, 3 Feb 2017 08:46:58 -0500 Subject: [PATCH] Docs: fix incorrect NOMAD_ADDR description Per [provider_test.go#L42](https://github.com/hashicorp/terraform/blob/master/builtin/providers/nomad/provider_test.go#L42). --- website/source/docs/providers/nomad/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/nomad/index.html.markdown b/website/source/docs/providers/nomad/index.html.markdown index dd048cdce..9a39bdea2 100644 --- a/website/source/docs/providers/nomad/index.html.markdown +++ b/website/source/docs/providers/nomad/index.html.markdown @@ -32,5 +32,5 @@ resource "nomad_job" "monitoring" { The following arguments are supported: -* `address` - (Optional) The HTTP(S) API address of the Nomad agent to use. Defaults to `127.0.0.1:4646`. The `NOMAD_ADDR` environment variable can also be used. +* `address` - (Optional) The HTTP(S) API address of the Nomad agent to use. Defaults to `http://127.0.0.1:4646`. The `NOMAD_ADDR` environment variable can also be used. * `region` - (Optional) The Nomad region to target. The `NOMAD_REGION` environment variable can also be used.