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 ...