Update website/docs/language/values/locals.mdx
Thank you. Your suggestion to use "instead of" makes the sentence even more easy to understand. Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
parent
27cc49fe91
commit
3ac334f267
|
@ -12,7 +12,7 @@ description: >-
|
||||||
> tutorial on HashiCorp Learn.
|
> tutorial on HashiCorp Learn.
|
||||||
|
|
||||||
A local value assigns a name to an [expression](/language/expressions),
|
A local value assigns a name to an [expression](/language/expressions),
|
||||||
so you can use the name multiple times within a module without repeating
|
so you can use the name multiple times within a module instead of repeating
|
||||||
the expression.
|
the expression.
|
||||||
|
|
||||||
If you're familiar with traditional programming languages, it can be useful to
|
If you're familiar with traditional programming languages, it can be useful to
|
||||||
|
|
Loading…
Reference in New Issue