hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azurerm to ~> 3.91.0 #116

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 3.90.0 -> ~> 3.91.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm) ### [`v3.91.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3910-February-08-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.90.0...v3.91.0) FEATURES: - **New Data Source**: `azurerm_databricks_access_connector` ([#​24769](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24769)) - **New Resource**: `azurerm_data_protection_backup_policy_kubernetes_cluster` ([#​24718](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24718)) - **New Resource**: `azurerm_chaos_studio_experiment` ([#​24779](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24779)) - **New Resource**: `azurerm_chaos_studio_capability` ([#​24779](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24779)) - **New Resource**: `azurerm_dev_center_gallery` ([#​23760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23760)) - **New Resource:** `azurerm_kubernetes_fleet_member` ([#​24792](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24792)) - **New Resource:** `azurerm_iotcentral_organization` ([#​23132](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23132)) - **New Resource:** `azurerm_spring_cloud_app_dynamics_application_performance_monitoring` ([#​24750](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24750)) ENHANCEMENTS: - dependencies: updating to `v0.20240208.1095436` of `github.com/hashicorp/go-azure-sdk/resource-manager` ([#​24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819)) - dependencies: updating to `v0.20240208.1095436` of `github.com/hashicorp/go-azure-sdk/sdk` ([#​24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819)) - dependencies: refactor `azurerm_app_service_environment_v3` to use `go-azure-sdk` ([#​24760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24760)) - dependencies: refactor `azurerm_role_definition` to use `go-azure-sdk` ([#​24266](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24266)) - `managedhsm`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` ([#​24761](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24761)) - `hdinsight`: updating to API Version `2023-07-01` ([#​24761](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24761)) - `streamanalytics`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` ([#​24819](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24819)) - `azurerm_app_service_environment_v3` - support for the `remote_debugging_enabled` property ([#​24760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24760)) - `azurerm_storage_account` - support for the `local_user_enabled` property ([#​24800](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24800)) - `azurerm_log_analytics_workspace_table` - support for the `total_retention_in_days` property ([#​24513](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24513)) - `azurerm_maching_learning_workspace` - support for the `feature_store` and `kind` properties ([#​24716](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24716)) - `azurerm_traffic_manager_azure_endpoint` - support for the `always_serve_enabled` property ([#​24573](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24573)) - `azurerm_traffic_manager_external_endpoint` - support for the `always_serve_enabled` property ([#​24573](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24573)) BUG FIXES: - `azurerm_api_management` - the `virtual_network_configuration` property now updates correctly outside of `virtual_network_type` ([#​24569](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24569))

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.



This PR has been generated by Mend Renovate. View repository job log here.

hmcts-jenkins-d-to-i[bot] commented 7 months ago

Plan Result

Plan: 1 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_consumption_budget_resource_group.grafana-budget-alert[0] will be created + resource "azurerm_consumption_budget_resource_group" "grafana-budget-alert" { + amount = 500 + etag = (known after apply) + id = (known after apply) + name = "grafana-budget-alert" + resource_group_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat" + time_grain = "Monthly" + filter { + dimension { + name = "ResourceId" + operator = "In" + values = [ + "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Dashboard/grafana/dtsse-grafana-aat", ] } } + notification { + contact_emails = [] + contact_groups = [ + "DTSSE Alert (aat)", ] + contact_roles = [] + enabled = true + operator = "GreaterThanOrEqualTo" + threshold = 90 + threshold_type = "Forecasted" } + time_period { + end_date = (known after apply) + start_date = "2023-09-01T00:00:00Z" } } # module.alert-action-group.azurerm_resource_group_template_deployment.action-group will be updated in-place ~ resource "azurerm_resource_group_template_deployment" "action-group" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Resources/deployments/DTSSE_Alert" name = "DTSSE_Alert" tags = {} ~ template_content = jsonencode( ~ { ~ parameters = { ~ actionGroupName = { ~ type = "String" -> "string" } ~ emailReceiverAddress = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ emailReceiverName = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ location = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ shortName = { ~ type = "String" -> "string" } } # (3 unchanged attributes hidden) } ) # (4 unchanged attributes hidden) } Plan: 1 to add, 1 to change, 0 to destroy. ```