Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 10:51
· 96 commits to main since this release
50efe37

0.6.0 (Nov 24, 2022)

BREAKING CHANGES

  • name_path and id_path in restful_resource schema is now replaced by read_path (#19)
  • path is now required in the import spec for restful_resource, which was implicitly deduced by id and create_method (#19)
  • Change the syntax of status_locator and url_locator from scope[path] to scope.path. This is to be consistent as the format used in xxx_path when enclosed in $() or #() (e.g. $(body.path) (#21)

DEPENDENCY UPDATES:

  • Update hashicorp/terraform-plugin-framework to v0.16.0 (aae00cf)

ENHANCEMENTS:

  • Provider block adds delete_method (#19)
  • azurerm_restful supports delete_method to be POST (#19)
  • Optional keys update_path, delete_path, update_method, delete_method and header are added in the import spec for restful_resource` (#19)
  • Set resource id to state prior to polling (if any) (#20)