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).
This commit is contained in:
Brian Lalor 2017-02-03 08:46:58 -05:00 committed by GitHub
parent acd7320e1f
commit 8aae64145b
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ resource "nomad_job" "monitoring" {
The following arguments are supported: 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. * `region` - (Optional) The Nomad region to target. The `NOMAD_REGION` environment variable can also be used.