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.
|
||||
|
||||
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 instead of 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