Update local values definition
The definition of local values used "it" many times, making the sentence not very clear.
This commit is contained in:
parent
66b4d155b1
commit
27cc49fe91
|
@ -12,8 +12,8 @@ description: >-
|
|||
> tutorial on HashiCorp Learn.
|
||||
|
||||
A local value assigns a name to an [expression](/language/expressions),
|
||||
so you can use it multiple times within a module without repeating
|
||||
it.
|
||||
so you can use the name multiple times within a module without repeating
|
||||
the expression.
|
||||
|
||||
If you're familiar with traditional programming languages, it can be useful to
|
||||
compare Terraform modules to function definitions:
|
||||
|
|
Loading…
Reference in New Issue