Releases: magodo/terraform-provider-restful
Releases · magodo/terraform-provider-restful
v0.3.0
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
0.2.0 (Jun 14, 2022)
ENHANCEMENTS:
- Data Source: support selector to select one member from response (property) array b352571