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
Add code generation for collection and object attributes with associated external type (#75)
* Adding generation of custom type and value type with to/from methods for data source list attribute (#74)
* Adding tests for list attribute imports, schema, and model field (#74)
* Adding generation of custom type and value type, and to/from methods for set attribute for data source, and list, and set attribute for provider and resource (#74)
* Adding generation of custom type and value type, and to/from methods for map attribute for data source, provider and resource (#74)
* Refactoring import, schema, and model field methods on object attribute to use associated external type (#74)
* Refactoring to use nested object as reference to object within list, map, set, single nested attribute, or list, set, single nested block (#74)
* Add custom type and value type, and to/from method generation for object attribute for data source, provider, and resource (#74)
* Removing hardcoded attribute names (#74)
* Adding changelog entry (#74)
* Fixing value types (#74)
* Return unknown if error diagnostic is raised during From() method (#74)
* Bumping to latest version of codegen-spec (#74)
* Fixing handling of generated To() method for object attribute (#74)
0 commit comments