Merge pull request #11662 from blalor/patch-1

Docs: fix incorrect NOMAD_ADDR description
This commit is contained in:
Jake Champlin 2017-02-03 09:22:21 -05:00 committed by GitHub
commit 6d2093c2df
1 changed files with 1 additions and 1 deletions

View File

@ -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.