Merge pull request #30280 from Mukesh05/patch-2
Update local values definition
This commit is contained in:
commit
f4eb0ed24d
|
@ -12,8 +12,8 @@ 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 it multiple times within a module without repeating
|
so you can use the name multiple times within a module instead of repeating
|
||||||
it.
|
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
|
||||||
compare Terraform modules to function definitions:
|
compare Terraform modules to function definitions:
|
||||||
|
|
Loading…
Reference in New Issue