docs: clarify where variables can be placed with HCLv2.

This commit is contained in:
James Rasell
2021-01-26 12:29:58 +01:00
parent 2867e262f1
commit 0d795bdac1

View File

@@ -12,8 +12,8 @@ description: |-
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.
When you declare variables in the job configuration, you can set
their values using CLI options and environment variables.
When you declare variables in the same file as the job specification, you
can set their values using CLI options and environment variables.
-> **Note:** For brevity, input variables are often referred to as just
"variables" or "Nomad variables" when it is clear from context what sort of