fix(types.mdx): implement feedback

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
pull/35957/head
Corsin Ragettli 1 year ago committed by Craig Wright
parent 06191109e5
commit 6aabaaabd3

@ -80,7 +80,7 @@ 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.
List and tuples have differences regarding allowed types. See [tuples](/terraform/language/expressions/type-constraints#tuple) and [lists](/terraform/language/expressions/type-constraints#list)
Lists and tuples each have different constraints on the types they allow. For more information on the types that each allows, refer to [tuples](/terraform/language/expressions/type-constraints#tuple) and [lists](/terraform/language/expressions/type-constraints#list).
### Sets

Loading…
Cancel
Save