Skip to content

Commit

Permalink
fix(terraform-provider): update terraform http to 3.4.1 (#336)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [http](https://registry.terraform.io/providers/hashicorp/http)
([source](https://togithub.com/hashicorp/terraform-provider-http)) |
required_provider | patch | `3.4.0` -> `3.4.1` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-http (http)</summary>

###
[`v3.4.1`](https://togithub.com/hashicorp/terraform-provider-http/blob/HEAD/CHANGELOG.md#341-December-19-2023)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-http/compare/v3.4.0...v3.4.1)

BUG FIXES:

- data-source/http: Includes update to go-retryablehttp fixing
preservation of request body on temporary redirects or re-established
HTTP/2 connections
([#&#8203;346](https://togithub.com/hashicorp/terraform-provider-http/issues/346))

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Feb 7, 2024
1 parent bda72d7 commit 3a7004f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions infrastructure/terraform/unifi/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/terraform/unifi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}
}
Expand Down

0 comments on commit 3a7004f

Please sign in to comment.