website: Fix copy-paste error

This commit is contained in:
Nick Fagerlund 2020-09-02 14:33:59 -07:00 committed by Nick Fagerlund
parent a4776bfb40
commit 56c0e35243
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Within the module that declared a variable, its value can be accessed from
within [expressions](./expressions.html) as `var.<NAME>`,
where `<NAME>` matches the label given in the declaration block:
-> **Note:** Local values are _created_ by a `variable` block, but you
-> **Note:** Input variables are _created_ by a `variable` block, but you
_reference_ them as attributes on an object named `var`.
```hcl