Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 1f0fd31

Browse files
chore(deps): update terraform providers and tflint plugins (#165)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azurerm](https://registry.terraform.io/providers/hashicorp/azurerm) ([source](https://redirect.github.com/hashicorp/terraform-provider-azurerm)) | required_provider | minor | `~> 4.29.0` -> `~> 4.30.0` | | [time](https://registry.terraform.io/providers/hashicorp/time) ([source](https://redirect.github.com/hashicorp/terraform-provider-time)) | required_provider | patch | `0.13.0` -> `0.13.1` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-azurerm (azurerm)</summary> ### [`v4.30.0`](https://redirect.github.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#4300-May-22-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-azurerm/compare/v4.29.0...v4.30.0) ENHANCEMENTS: - dependencies: `go-azure-sdk` - update to `v0.20250520.1180806` ([#&#8203;29665](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29665)) - Data Source: `azurerm_managed_disk` - add support for `location` ([#&#8203;29513](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29513)) - `azurerm_dns_caa_record` - add support for the `contactemail` value in the `tag` property ([#&#8203;29664](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29664)) - `azurerm_eventhub_namespace_schema_group` - add support for the `Json` value in the `schema_type` property ([#&#8203;29641](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29641)) - `azurerm_function_app_flex_consumption` - add support for the `always_ready` block ([#&#8203;29023](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29023)) - `azurerm_security_center_subscription_pricing` - add support for the `AI` value for the `resource_type` property ([#&#8203;29631](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29631)) </details> <details> <summary>hashicorp/terraform-provider-time (time)</summary> ### [`v0.13.1`](https://redirect.github.com/hashicorp/terraform-provider-time/blob/HEAD/CHANGELOG.md#0131-April-28-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-time/compare/v0.13.0...v0.13.1) NOTES: - Update dependencies ([#&#8203;410](https://redirect.github.com/hashicorp/terraform-provider-time/issues/410)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwidGVycmFmb3JtIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e9fd96 commit 1f0fd31

File tree

6 files changed

+75
-75
lines changed

6 files changed

+75
-75
lines changed

infra/production/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/production/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
azurerm = {
1313
source = "hashicorp/azurerm"
14-
version = "~> 4.29.0"
14+
version = "~> 4.30.0"
1515
}
1616
cloudflare = {
1717
source = "cloudflare/cloudflare"

infra/shared/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/shared/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
azurerm = {
99
source = "hashicorp/azurerm"
10-
version = "~> 4.29.0"
10+
version = "~> 4.30.0"
1111
}
1212
time = {
1313
source = "hashicorp/time"

infra/staging/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/staging/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
azurerm = {
1313
source = "hashicorp/azurerm"
14-
version = "~> 4.29.0"
14+
version = "~> 4.30.0"
1515
}
1616
cloudflare = {
1717
source = "cloudflare/cloudflare"

0 commit comments

Comments
 (0)