mrimp / k3s-GitOps

MIT License
1 stars 0 forks source link

chore(deps): update terraform http to v3.4.4 #524

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http (source) required_provider patch 3.4.3 -> 3.4.4

Release Notes

hashicorp/terraform-provider-http (http) ### [`v3.4.4`](https://togithub.com/hashicorp/terraform-provider-http/blob/HEAD/CHANGELOG.md#344-July-31-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-http/compare/v3.4.3...v3.4.4) NOTES: - data-source/http: Previous versions of this provider ignored any `Host` headers specified in the `request_headers` attribute when setting the HTTP request. Any specified `Host` request header will now be set on the HTTP request. For example, in the following configuration: ```hcl data "http" "example" { url = "https://www.example.com" request_headers = { Host = "www.differentexample.com" } } ``` The HTTP request URL host is still `www.example.com` but the HTTP request `Host` header will now be `www.differentexample.com` instead of `www.example.com`. ([#​440](https://togithub.com/hashicorp/terraform-provider-http/issues/440)) BUG FIXES: - data-source/http: Allow `Host` header in `request_headers` to be set on HTTP request ([#​440](https://togithub.com/hashicorp/terraform-provider-http/issues/440))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.