From 2d0c796837839199aa4fe2808e70615464d58347 Mon Sep 17 00:00:00 2001 From: Mark Lewis <56076038+ml4@users.noreply.github.com> Date: Fri, 14 Feb 2020 14:30:25 +0000 Subject: [PATCH] Fix typos in Input and Local Variables guide (#8741) --- website/source/guides/hcl/variables/index.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/guides/hcl/variables/index.html.md.erb b/website/source/guides/hcl/variables/index.html.md.erb index 3b82f8370..8ba9a4b1f 100644 --- a/website/source/guides/hcl/variables/index.html.md.erb +++ b/website/source/guides/hcl/variables/index.html.md.erb @@ -41,8 +41,8 @@ two have empty blocks `{}`. The third sets a default. If a default value is set, the variable is optional. Otherwise, the variable is required. This also defines two locals: `debian_ami_name` and `foo`. --> **Note**: that it is *not* possible to use variables in a variable defintion -but it *is* possible to use locals and variables in a local definintion. +-> **Note**: that it is *not* possible to use variables in a variable definition +but it *is* possible to use locals and variables in a local definition. ## Using Variables and locals in Configuration