You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing an attribute with a complex type (list of nested objects). The docs [1][2] show how to define the schema, but only have cursory examples for converting to/from framework types to my own (backend) type hierarchy. I found some forum discussion and other provider code (see below) to implement the conversion myself, but an example in the framework docs itself really is missing in my opinion.
Module version
Use-cases
I'm implementing an attribute with a complex type (list of nested objects). The docs [1][2] show how to define the schema, but only have cursory examples for converting to/from framework types to my own (backend) type hierarchy. I found some forum discussion and other provider code (see below) to implement the conversion myself, but an example in the framework docs itself really is missing in my opinion.
[1] https://developer.hashicorp.com/terraform/plugin/framework/handling-data/attributes/list-nested
[2] https://developer.hashicorp.com/terraform/plugin/framework/handling-data/attributes/object
Attempted Solutions
Helpful links I found:
some other providers doing similar conversions:
Proposal
References
Related:
The text was updated successfully, but these errors were encountered: