Skip to content

Commit 8aae641

Browse files
authored
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).
1 parent acd7320 commit 8aae641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/nomad/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ resource "nomad_job" "monitoring" {
3232

3333
The following arguments are supported:
3434

35-
* `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.
35+
* `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.
3636
* `region` - (Optional) The Nomad region to target. The `NOMAD_REGION` environment variable can also be used.

0 commit comments

Comments
 (0)