From 9c0c75b226208b3d977acc42e6459f95bbb39e34 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 26 Jan 2021 12:29:58 +0100 Subject: [PATCH] docs: clarify where variables can be placed with HCLv2. --- website/content/docs/job-specification/hcl2/variables.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/hcl2/variables.mdx b/website/content/docs/job-specification/hcl2/variables.mdx index 23d3c3330..c2d180bf3 100644 --- a/website/content/docs/job-specification/hcl2/variables.mdx +++ b/website/content/docs/job-specification/hcl2/variables.mdx @@ -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