Merge pull request #28748 from Bredoxon/patch-1

Fix typo in the docs
This commit is contained in:
James Bardin 2021-05-19 12:18:21 -04:00 committed by GitHub
commit 65ee33a90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ locals {
## Element Ordering
Because `for` expressions can convert from unordered types (maps, objects, sets)
to unordered types (lists, tuples), Terraform must choose an implied ordering
to ordered types (lists, tuples), Terraform must choose an implied ordering
for the elements of an unordered collection.
For maps and objects, Terraform sorts the elements by key or attribute name,