Skip to content

Commit

Permalink
build(deps): update terraform vercel to v1.11.0 (#4279)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.11.0`](https://github.com/vercel/terraform-provider-vercel/releases/tag/v1.11.0)

[Compare
Source](https://github.com/vercel/terraform-provider-vercel/compare/v1.10.1...v1.11.0)

#### What's Changed

- Add OPTIONS Allowlist support to vercel terraform provider by
[@&#8203;kitfoster](https://github.com/kitfoster) in
[https://github.com/vercel/terraform-provider-vercel/pull/186](https://github.com/vercel/terraform-provider-vercel/pull/186)

**Full Changelog**:
vercel/terraform-provider-vercel@v1.10.1...v1.11.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/inabagumi/shinju-date).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 41205bd commit 096b934
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 = "1.10.1"
version = "1.11.0"
}
}

Expand Down

0 comments on commit 096b934

Please sign in to comment.