From 5c6e4e47d78ebcdb54a24ed6cd0e408aecee1204 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 2 Jun 2020 11:51:33 +0200 Subject: [PATCH] Update website/pages/docs/from-1.5/blocks/variable.mdx Co-authored-by: Megan Marsh --- website/pages/docs/from-1.5/blocks/variable.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/from-1.5/blocks/variable.mdx b/website/pages/docs/from-1.5/blocks/variable.mdx index 1e003caa2..ce960e56f 100644 --- a/website/pages/docs/from-1.5/blocks/variable.mdx +++ b/website/pages/docs/from-1.5/blocks/variable.mdx @@ -1,6 +1,6 @@ --- description: > - The variable block also called the input-variable block defines variables + The variable block, also called the input-variable block, defines variables within your Packer configuration. layout: docs page_title: variable - Blocks @@ -34,4 +34,4 @@ Example of a variable assignment from a file: - Read the [full variables](/docs/from-1.5/variables) description for a more thorough read. -- Read the [variables guide](/guides/hcl/variables) for more examples. \ No newline at end of file +- Read the [variables guide](/guides/hcl/variables) for more examples.