hashicorp / terraform-plugin-codegen-spec

Terraform Provider Code Generation Specification and Go Bindings
Mozilla Public License 2.0
7 stars 4 forks source link

Add Associated External Types for Collection and Object Attributes #63

Closed bendbennett closed 9 months ago

bendbennett commented 9 months ago

Associated external types provide a mechanism to link a Framework type with a Go type used by an API. Associated external types have been defined for:

In order to make the generation of methods for converting to/from Framework types to Go types possible within the Framework code generator for List, Map, Object, and Set Attributes, associated external types for List, Map, Object, and Set Attributes for data sources, provider, and resources need to be added.

github-actions[bot] commented 1 month ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.