Update website/docs/language/expressions/types.mdx

pull/35594/head
Tu Nguyen 2 years ago committed by GitHub
parent a3d362cf36
commit 5c342b0d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,6 +79,7 @@ comma-separated sequence of values, like `["a", 15, true]`.
List literals can be split into multiple lines for readability, but always
require a comma between values. A comma after the final value is allowed,
but not required. Values in a list can be arbitrary expressions.
### Sets
Terraform does not support directly accessing elements of a set by index because sets are unordered collections. To access elements in a set by index, first convert the set to a list.

Loading…
Cancel
Save