v0.6.0
0.6.0 (Nov 24, 2022)
BREAKING CHANGES
name_path
andid_path
inrestful_resource
schema is now replaced byread_path
(#19)path
is now required in the import spec forrestful_resource
, which was implicitly deduced byid
andcreate_method
(#19)- Change the syntax of
status_locator
andurl_locator
fromscope[path]
toscope.path
. This is to be consistent as the format used inxxx_path
when enclosed in$()
or#()
(e.g.$(body.path)
(#21)
DEPENDENCY UPDATES:
- Update hashicorp/terraform-plugin-framework to v0.16.0 (aae00cf)
ENHANCEMENTS: