Skip to content

Commit

Permalink
fix(terraform): update terraform b2 ( 0.8.9 → 0.8.12 ) (#685)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [b2](https://registry.terraform.io/providers/backblaze/b2)
([source](https://togithub.com/Backblaze/terraform-provider-b2)) |
required_provider | patch | `0.8.9` -> `0.8.12` |

---

### Release Notes

<details>
<summary>Backblaze/terraform-provider-b2 (b2)</summary>

###
[`v0.8.12`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#0812---2024-06-20)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.9...v0.8.12)

##### Infrastructure

-   Fixed goreleaser v2 configuration

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

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] committed Jun 20, 2024
1 parent 5c712fd commit e770222
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions infrastructure/terraform/s3/.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/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "0.8.9"
version = "0.8.12"
}

minio = {
Expand Down

0 comments on commit e770222

Please sign in to comment.