ENHANCEMENTS:
- Added data source and resource support for query and path parameters specified in the OAS Path Item (#114)
BUG FIXES:
- Fixed a bug where schema defaults were not detected for integer/int32 properties (#111)
BUG FIXES:
- Fixed a bug where schemas that used
additionalProperties
with schema composition (allOf/anyOf/oneOf) would return an empty single nested attribute. Will now return map or map nested attribute. (#100)
FEATURES:
- Added schema.ignores option to generator config for resources, data sources, and providers. Allows excluding attributes from OAS mapping (#81)
ENHANCEMENTS:
- Added data source support for response body arrays (#16)
- Schemas that have the
properties
keyword defined with no type will now default toobject
(#79)
NOTES:
- Initial release of
tfplugingen-openapi
CLI for Terraform Provider Code Generation tech preview (#68)