Skip to content

Commit

Permalink
Fix typos in Input and Local Variables guide (hashicorp#8741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml4 authored Feb 14, 2020
1 parent 483c8ec commit 2d0c796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/guides/hcl/variables/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d0c796

Please sign in to comment.