BUG FIXES:
- Fix conversion of unknown or null collections to empty in nested objects (#161)
ENHANCEMENTS:
- schema: Added
Description
,MarkdownDescription
andDeprecationMessage
fields to resource, data source and provider schemas (#112)
BUG FIXES:
- schema: Fixed the generated object value method for map_nested and set_nested (#125)
- Fix ToObjectValue function for nested objects for null or unknown values (#138)
BUG FIXES:
- schema: Prevent compilation errors due to the generation of unused variables (#93)
ENHANCEMENTS:
- Adds code generation for List, Map, Object, and Set attributes that have an associated external type (#75)
BUG FIXES:
- Fix nested attribute name and generated custom value method name conflicts (#81)
ENHANCEMENTS:
- Adds code generation for Bool, Float64, Int64, Number, and String attributes that have an associated external type (#59)
- Adds usage of To/From methods for primitive attributes with an associated external type into To/From methods of nested attributes and blocks (#73)
BUG FIXES:
- Allow Go reserved keywords to be used as attribute names in nested attributes (#77)
NOTES:
- Initial release of
tfplugingen-framework
CLI for Terraform Provider Code Generation tech preview (#61)