NOTES:
- Provider has been re-written using the new
terraform-plugin-framework
(#177).
BREAKING CHANGES:
- data-source/http: Response status code is not checked anymore. A new read-only attribute,
status_code
, has been added. It can be used either with
precondition and postcondition checks (Terraform >= 1.2.0), or, for instance,
with local-exec Provisioner (114). - data-source/http: Deprecated
body
has been removed (#137).