Process Flow - Tuple type definition
Start: Define tuple type
Specify element types in order
Use tuple type in variable or output
Assign values matching types and order
Terraform validates types
Apply configuration or error
End
This flow shows how to define a tuple type by listing element types in order, assign matching values, and let Terraform validate them.