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:
parent
acd7320e1f
commit
8aae64145b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue