hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azurerm to ~> 3.88.0 #110

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 3.87.0 -> ~> 3.88.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm) ### [`v3.88.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3880-January-18-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.87.0...v3.88.0) FEATURES: - New Data Source: `azurerm_nginx_deployment` ([#​24492](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24492)) - New Resource: `azurerm_spring_cloud_dynatrace_application_performance_monitoring` ([#​23889](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23889)) - New Resource: `azurerm_virtual_machine_run_command` ([#​23377](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23377)) ENHANCEMENTS: - dependencies: updating to `v0.20240117.1163544` of `github.com/hashicorp/go-azure-sdk` ([#​24481](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24481)) - dependencies: updating to `v0.65.1` of `github.com/hashicorp/go-azure-helpers` ([#​24479](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24479)) - `datashare`: updating to use the base layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` ([#​24481](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24481)) - `kusto`: updating to use the base layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` ([#​24477](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24477)) - Data Source: `azurerm_application_gateway` - support for the `trusted_client_certificate.data` property ([#​24474](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24474)) - `azurerm_service_plan`: refactoring to use `hashicorp/go-azure-sdk` ([#​24483](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24483)) - `azurerm_container_group` - support for the `priority` property ([#​24374](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24374)) - `azurerm_mssql_managed_database` - support for the `point_in_time_restore` property ([#​24535](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24535)) - `azurerm_mssql_managed_instance` - now exports the `dns_zone` attribute ([#​24435](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24435)) - `azurerm_linux_web_app_slot` - support for setting `python_version` to `3.12` ([#​24363](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24363)) - `azurerm_linux_web_app` - support for setting `python_version` to `3.12` ([#​24363](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24363)) - `azurerm_linux_function_app_slot` - support for setting `python_version` to `3.12` ([#​24363](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24363)) - `azurerm_linux_function_app` - support for setting `python_version` to `3.12` ([#​24363](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24363)) BUG FIXES: - `azurerm_application_gateway` - the `components` property within the `url` block is no longer computed ([#​24480](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24480)) - `azurerm_cdn_frontdoor_route` - prevent an issue where `cdn_frontdoor_origin_path` gets removed on update if unchanged. ([#​24488](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24488)) - `azurerm_cognitive_account` - fixing support for the `DC0` SKU ([#​24526](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24526))

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 8 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. ```