Update local values definition

The definition of local values used "it" many times, making the sentence not very clear.
This commit is contained in:
Mukesh Kumar 2022-01-01 20:35:47 +05:30 committed by GitHub
parent 66b4d155b1
commit 27cc49fe91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: