Process Flow - Object type definition
Start: Define object type
Specify attribute names and types
Use object type in variable or output
Assign values matching the object structure
Terraform validates types
Apply configuration or error
End
Define an object type by listing attribute names and their types, then use it to enforce structured data in variables or outputs.