Skip to content

Commit

Permalink
build(deps): update terraform vercel to v1 (#3695)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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 | major | `0.16.0` -> `1.0.0` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/vercel/terraform-provider-vercel/compare/v0.16.0...v1.0.0)

##### Changelog

-
[`e3498c1`](https://github.com/vercel/terraform-provider-vercel/commit/e3498c1e9b3c2afe728fd1fd18ee733355f50587):
Update Deployment Protection support
([#&#8203;145](https://github.com/vercel/terraform-provider-vercel/issues/145))
([@&#8203;kitfoster](https://github.com/kitfoster))

</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 [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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@haneru.dev>
  • Loading branch information
renovate[bot] and ykzts authored Nov 30, 2023
1 parent 6685f05 commit 7eac382
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions terraform/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions terraform/project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "vercel_project" "this" {
serverless_function_region = "hnd1"
team_id = var.vercel_team_id
vercel_authentication = {
protect_production = false
deployment_type = "standard_protection"
}
}

Expand Down Expand Up @@ -90,7 +90,7 @@ resource "vercel_project" "admin" {
serverless_function_region = "hnd1"
team_id = var.vercel_team_id
vercel_authentication = {
protect_production = false
deployment_type = "standard_protection"
}
}

Expand Down
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 = "0.16.0"
version = "1.0.0"
}
}

Expand Down

0 comments on commit 7eac382

Please sign in to comment.