Skip to content

Releases: magodo/terraform-provider-restful

v0.3.0

22 Jun 08:21
66b32c5
Compare
Choose a tag to compare

0.3.0 (Jun 22, 2022)

BREAKING CHANGES:

  • Rename the ignore_changes property to write_only_attrs to clarify its purpose (c7bb768)

DEPENDENCY UPDATES:

  • Update hashicorp/terraform-plugin-framework to v0.9.0 (0672617)

ENHANCEMENTS:

  • Updating a resource will send API only when there is change in the body (a1b5c9c)
  • Supports update_method (provider/resource level) to be PUT or PATCH (66b32c5)

v0.2.0

14 Jun 12:54
e07c070
Compare
Choose a tag to compare

0.2.0 (Jun 14, 2022)

ENHANCEMENTS:

  • Data Source: support selector to select one member from response (property) array b352571

v0.1.0

08 Jun 05:25
e4a9daa
Compare
Choose a tag to compare

Initial release.