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 4397eda209
commit 9c0c75b226
No known key found for this signature in database
GPG Key ID: AA7D460F5C8377AA
1 changed files with 2 additions and 2 deletions

View File

@ -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