From 3640bd9f0192545c0ccb09a6db6117116a174195 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 2 Jun 2020 11:58:01 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/from-1.5/blocks/variable.mdx b/website/pages/docs/from-1.5/blocks/variable.mdx index ce960e56f..7e77541fc 100644 --- a/website/pages/docs/from-1.5/blocks/variable.mdx +++ b/website/pages/docs/from-1.5/blocks/variable.mdx @@ -11,7 +11,7 @@ sidebar_title: variable `@include 'from-1.5/beta-hcl2-note.mdx'` -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. An input-variable cannot be used in another input variable, we recommend using [locals](/docs/from-1.5/blocks/locals) for that instead.