Skip to content

Releases: hashicorp/terraform-plugin-codegen-openapi

v0.3.0

19 Jan 21:05
Compare
Choose a tag to compare

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

13 Dec 19:57
Compare
Choose a tag to compare

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

30 Oct 11:23
Compare
Choose a tag to compare

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

17 Oct 10:05
Compare
Choose a tag to compare

NOTES:

  • Initial release of tfplugingen-openapi CLI for Terraform Provider Code Generation tech preview (#68)