mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
commit
65ee33a90d
@ -116,7 +116,7 @@ locals {
|
|||||||
## Element Ordering
|
## Element Ordering
|
||||||
|
|
||||||
Because `for` expressions can convert from unordered types (maps, objects, sets)
|
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 the elements of an unordered collection.
|
||||||
|
|
||||||
For maps and objects, Terraform sorts the elements by key or attribute name,
|
For maps and objects, Terraform sorts the elements by key or attribute name,
|
||||||
|
Loading…
Reference in New Issue
Block a user