github hashicorp/terraform-provider-http v3.4.2

latest releases: v3.4.5, v3.4.4, v3.4.3...
6 months ago

NOTES:

  • data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the request_body attribute is explicitly set. To exactly preserve the previous behavior, set request_body = "". (#388)

BUG FIXES:

  • data-source/http: Ensured HTTP request body is not sent unless configured (#388)

Don't miss a new terraform-provider-http release

NewReleases is sending notifications on new releases.