terraform-plugin-codegen-openapi

OpenAPI to Terraform Provider Code Generation Specification

MPL-2.0 License

Stars
53
Committers
8

Bot releases are visible (Hide)

terraform-plugin-codegen-openapi - v0.3.0 Latest Release

Published by github-actions[bot] 9 months ago

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)
terraform-plugin-codegen-openapi - v0.2.1

Published by github-actions[bot] 10 months ago

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)
terraform-plugin-codegen-openapi - v0.2.0

Published by github-actions[bot] 12 months ago

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)
terraform-plugin-codegen-openapi - v0.1.0

Published by github-actions[bot] about 1 year ago

NOTES:

  • Initial release of tfplugingen-openapi CLI for Terraform Provider Code Generation tech preview (#68)
Package Rankings
Top 12.86% on Proxy.golang.org
Related Projects