Skip to content

Commit

Permalink
docs(website): add vault and consul token to resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anth0d committed Feb 15, 2022
1 parent e653c4c commit db878da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/r/job.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ The following arguments are supported:
- `allow_fs` `(boolean: false)` - Set this to `true` to be able to use
[HCL2 filesystem functions](#filesystem-functions)

- `consul_token` `(string: <optional>)` - Consul token used when registering this job.
Will fallback to the value declared in Nomad provider configuration, if any.

- `vault_token` `(string: <optional>)` - Vault token used when registering this job.
Will fallback to the value declared in Nomad provider configuration, if any.

### Timeouts

`nomad_job` provides the following [`Timeouts`][tf_docs_timeouts] configuration
Expand Down

0 comments on commit db878da

Please sign in to comment.