Fix typos in Input and Local Variables guide (#8741)

This commit is contained in:
Mark Lewis 2020-02-14 14:30:25 +00:00 committed by GitHub
parent 483c8ec7d0
commit 2d0c796837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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