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

Commit 3713214

Browse files
chore(deps): update terraform providers and tflint plugins (#179)
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.31.0` -> `~> 4.32.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.32.0`](https://redirect.github.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#4320-June-05-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-azurerm/compare/v4.31.0...v4.32.0) FEATURES: - **New Data Source**: `azurerm_dev_center_project` ([#&#8203;29747](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29747)) - **New Data Source**: `azurerm_dev_center_project_environment_type` ([#&#8203;29762](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29762)) - **New Resource**: `azurerm_qumulo_file_system` ([#&#8203;28704](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/28704)) ENHANCEMENTS: - dependencies: `go-azure-sdk` - update to `v0.20250526.1224007` ([#&#8203;29745](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29745)) - Data Source: `azurerm_netapp_volume` - export the `large_volume_enabled` property ([#&#8203;29712](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29712)) - Data Source: `azurerm_vpn_gateway` - export the `ip_configuration` block ([#&#8203;29186](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29186)) - `azurerm_kubernetes_cluster` - the `vm_size` property is now optional ([#&#8203;29612](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29612)) - `azurerm_kubernetes_cluster_node_pool` - the `vm_size` property is now optional ([#&#8203;29612](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29612)) - `azurerm_netapp_volume` - allow volumes made from snapshots to have a different pool than the original volume ([#&#8203;29425](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29425)) - `azurerm_netapp_volume` - add support for the `large_volume_enabled` property ([#&#8203;29712](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29712)) - `azurerm_postgresql_flexible_server` - add support for versionless key vault key IDs to the `customer_managed_key.key_vault_key_id` property ([#&#8203;29741](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29741)) - `azurerm_virtual_network` - add support for the `ip_address_pool` block ([#&#8203;29021](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29021)) - `azurerm_vpn_gateway` - export the `ip_configuration` block ([#&#8203;29186](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29186)) BUG FIXES: - Data Source: `azurerm_lb_backend_address_pool` - the `inbound_nat_rule_port_mapping.frontend_port` and `inbound_nat_rule_port_mapping.backend_port` are now set correctly ([#&#8203;29791](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/29791)) - `keyvault` - fix locking around the keyvault cache ([#&#8203;28330](https://redirect.github.com/hashicorp/terraform-provider-azurerm/issues/28330)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwidGVycmFmb3JtIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58b2e3f commit 3713214

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.31.0"
14+
version = "~> 4.32.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.31.0"
10+
version = "~> 4.32.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.31.0"
14+
version = "~> 4.32.0"
1515
}
1616
cloudflare = {
1717
source = "cloudflare/cloudflare"

0 commit comments

Comments
 (0)