Skip to content

Releases: hashicorp/terraform-provider-http

v3.0.1

27 Jul 18:49
Compare
Choose a tag to compare

BUG FIXES

  • data-source/http: Reinstated previously deprecated and removed body attribute (#166).

v3.0.0

27 Jul 11:15
bfc445a
Compare
Choose a tag to compare

NOTES:

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).

v2.2.0

02 Jun 15:06
186887f
Compare
Choose a tag to compare

ENHANCEMENTS:

  • data-source/http: body is now deprecated and has been superseded by response_body. body will be removed in the next major release (#137).

NOTES:

  • "Uplift" aligned with Utility Providers Upgrade (#135).