Releases: hashicorp/terraform-plugin-codegen-openapi
Releases · hashicorp/terraform-plugin-codegen-openapi
v0.3.0
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)
v0.2.1
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)
v0.2.0
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 to object
(#79)
v0.1.0
NOTES:
- Initial release of
tfplugingen-openapi
CLI for Terraform Provider Code Generation tech preview (#68)