docs: clarify where variables can be placed with HCLv2.
This commit is contained in:
parent
4397eda209
commit
9c0c75b226
|
@ -12,8 +12,8 @@ description: |-
|
||||||
Input variables serve as parameters for a Nomad job, allowing aspects of the
|
Input variables serve as parameters for a Nomad job, allowing aspects of the
|
||||||
job to be customized without altering the job's own source code.
|
job to be customized without altering the job's own source code.
|
||||||
|
|
||||||
When you declare variables in the job configuration, you can set
|
When you declare variables in the same file as the job specification, you
|
||||||
their values using CLI options and environment variables.
|
can set their values using CLI options and environment variables.
|
||||||
|
|
||||||
-> **Note:** For brevity, input variables are often referred to as just
|
-> **Note:** For brevity, input variables are often referred to as just
|
||||||
"variables" or "Nomad variables" when it is clear from context what sort of
|
"variables" or "Nomad variables" when it is clear from context what sort of
|
||||||
|
|
Loading…
Reference in New Issue