Skip to content

Commit

Permalink
fix(terraform): update terraform http ( 3.4.2 → 3.4.3 ) (#621)
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.2` -> `3.4.3` |

---

### Release Notes

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

###
[`v3.4.3`](https://togithub.com/hashicorp/terraform-provider-http/blob/HEAD/CHANGELOG.md#343-June-03-2024)

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

BUG FIXES:

- data-source/http: Avoid potentially leaking URL-embedded basic
authentication credentials in logs and error messages
([#&#8203;429](https://togithub.com/hashicorp/terraform-provider-http/issues/429))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS90ZXJyYWZvcm0iLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Jun 3, 2024
1 parent d916422 commit 5649e7c
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
48 changes: 24 additions & 24 deletions infrastructure/terraform/cloudflare/.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/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.2"
version = "3.4.3"
}
}
}
Expand Down
48 changes: 24 additions & 24 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.2"
version = "3.4.3"
}
}
}
Expand Down

0 comments on commit 5649e7c

Please sign in to comment.