Skip to content

Commit

Permalink
build(deps): update terraform vercel to v2.9.0 (#4839)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [vercel](https://registry.terraform.io/providers/vercel/vercel)
([source](https://redirect.github.com/vercel/terraform-provider-vercel))
| required_provider | minor | `2.8.0` -> `2.9.0` |

---

### Release Notes

<details>
<summary>vercel/terraform-provider-vercel (vercel)</summary>

###
[`v2.9.0`](https://redirect.github.com/vercel/terraform-provider-vercel/releases/tag/v2.9.0)

[Compare
Source](https://redirect.github.com/vercel/terraform-provider-vercel/compare/v2.8.0...v2.9.0)

#### Changelog

-
[`d8ba138`](https://redirect.github.com/vercel/terraform-provider-vercel/commit/d8ba1386cf333a4379547df32b3f58763dc142c5):
\[Firewall Config] Support values in conditions
([#&#8203;257](https://redirect.github.com/vercel/terraform-provider-vercel/issues/257))
([@&#8203;sueplex](https://redirect.github.com/sueplex))
-
[`8594dc6`](https://redirect.github.com/vercel/terraform-provider-vercel/commit/8594dc60dff56e84e024080c0e494d21c5e318ac):
Create Firewall Bypass rule
([#&#8203;254](https://redirect.github.com/vercel/terraform-provider-vercel/issues/254))
([@&#8203;sueplex](https://redirect.github.com/sueplex))
-
[`bb4cd02`](https://redirect.github.com/vercel/terraform-provider-vercel/commit/bb4cd0268a25f2c7debd3f852bff47b805a47590):
Upgrade environment variables API to v10
([#&#8203;260](https://redirect.github.com/vercel/terraform-provider-vercel/issues/260))
([@&#8203;dglsparsons](https://redirect.github.com/dglsparsons))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent a456ec1 commit bbfdcbd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions terraform/.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 terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

vercel = {
source = "vercel/vercel"
version = "2.8.0"
version = "2.9.0"
}
}

Expand Down

0 comments on commit bbfdcbd

Please sign in to comment.