Fix typo in the docs

This commit is contained in:
Bredoxon 2021-05-19 10:51:06 +10:00 committed by GitHub
parent be98e16dd5
commit 06e756eb0c
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,