Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 06:45
· 97 commits to main since this release
d8384c2

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 like create_method, update_method, etc during update when those attributes are not set at resource level (#25)
  • restful_resource (resource): add precheck_{check|update|delete} (#26)
  • restful_operation: adds precheck (#26)