Skip to content

Commit

Permalink
chore(deps): update terraform zitadel to v2 (#70)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [zitadel](https://registry.terraform.io/providers/zitadel/zitadel)
([source](https://redirect.github.com/zitadel/terraform-provider-zitadel))
| required_provider | major | `1.3.0` -> `2.0.1` |

---

### Release Notes

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

###
[`v2.0.1`](https://redirect.github.com/zitadel/terraform-provider-zitadel/compare/v2.0.0...v2.0.1)

[Compare
Source](https://redirect.github.com/zitadel/terraform-provider-zitadel/compare/v2.0.0...v2.0.1)

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

[Compare
Source](https://redirect.github.com/zitadel/terraform-provider-zitadel/compare/v1.3.0...v2.0.0)

Breaking changes in update to ZITADEL provider v2.0.0, please remove and
reimport the SMTP configuration into the Terraform state, as the logic
for the ID in this resource changed.

Please refer to the [ZITADEL Provider Documentation -
zitadel_smtp_config](https://registry.terraform.io/providers/zitadel/zitadel/latest/docs/resources/smtp_config)
for an example.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent acc1f0d commit e57aff7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions infrastructure/.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/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
required_providers {
zitadel = {
source = "zitadel/zitadel"
version = "1.3.0"
version = "2.0.1"
}
}
}

0 comments on commit e57aff7

Please sign in to comment.