Use of Structural Types

Learn the use of structural types in Terraform.

The structural types allow us to create a more complex object, where the values can be of multiple types. This is distinctly different from collection types, where each value in the collection must be of the same type.

Types of structural types

There are two structural types.

The object type

...