v0.7.0
0.7.0 (Dec 6, 2022)
BREAKING CHANGES
- Provider: refactor the
security
block to support more auth method (#23) - Provider: introduce
cookie_enabled
for enable/disable(default) the cookie during API contract, which was always enabled before (#29)
DEPENDENCY UPDATES:
- Update hashicorp/terraform-plugin-framework to v0.17.0 (3bef06c)
ENHANCEMENTS:
restful_resource
(resource): suppress the unnecessary "known after apply" for attributes likecreate_method
,update_method
, etc during update when those attributes are not set at resource level (#25)restful_resource
(resource): addprecheck_{check|update|delete}
(#26)restful_operation
: addsprecheck
(#26)