hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azurerm to ~> 3.75.0 #83

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 3.74.0 -> ~> 3.75.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm) ### [`v3.75.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3750-September-28-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.74.0...v3.75.0) FEATURES: - New Resource: `azurerm_application_load_balancer` ([#​22517](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22517)) - New Resource: `azurerm_resource_management_private_link` ([#​23098](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23098)) ENHANCEMENTS: - dependencies: `firewall` migrated to `hashicorp/go-azure-sdk` ([#​22863](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22863)) - `azurerm_bot_service_azure_bot` - add support for the `icon_url` property ([#​23114](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23114)) - `azurerm_cognitive_deployment` - `capacity` property is now updateable ([#​23251](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23251)) - `azurerm_container_group` - added support for `key_vault_user_identity_id` ([#​23332](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23332)) - `azurerm_data_factory` - added support for the `publish_enabled` property ([#​2334](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/2334)) - `azurerm_firewall_policy_rule_collection_group` - add support for the `description` property ([#​23354](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23354)) - `azurerm_kubernetes_cluster` - `network_profile.network_policy` can be migrated to `cilium` ([#​23342](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23342)) - `azurerm_log_analytics_workspace` - add support for the `data_collection_rule_id` property ([#​23347](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23347)) - `azurerm_mysql_flexible_server` - add support for the `io_scaling_enabled` property ([#​23329](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23329)) BUG FIXES: - `azurerm_api_management_api` - fix importing `openapi` format content file issue ([#​23348](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23348)) - `azurerm_cdn_frontdoor_rule` - allow a `cache_duration` of `00:00:00` ([#​23384](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23384)) - `azurerm_cosmosdb_cassandra_datacenter` - `sku_name` is now updatable ([#​23419](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23419)) - `azurerm_key_vault_certificate` - fix a bug that prevented soft-deleted certificates from being recovered ([#​23204](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23204)) - `azurerm_log_analytics_solution` - fix create and update lifecycle of resource by splitting methods ([#​23333](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23333)) - `azurerm_management_group_subscription_association` - mark resource as gone correctly if not found when retrieving ([#​23335](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23335)) - `azurerm_management_lock` - add polling after create and delete to check for RP propagation ([#​23345](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23345)) - `azurerm_monitor_diagnostic_setting` - added validation to ensure at least one of `category` or `category_group` is supplied ([#​23308](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23308)) - `azurerm_palo_alto_local_rulestack_prefix_list` - fix rulestack not being committed on delete ([#​23362](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23362)) - `azurerm_palo_alto_local_rulestack_fqdn_list` - fix rulestack not being committed on delete ([#​23362](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23362)) - `security_center_subscription_pricing_resource` - disabled extensions logic now works as expected ([#​22997](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22997))

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 11 months ago

Plan Result

Plan: 1 to add, 2 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) } # module.key-vault.azurerm_monitor_diagnostic_setting.kv-ds will be updated in-place ~ resource "azurerm_monitor_diagnostic_setting" "kv-ds" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.KeyVault/vaults/dtsse-aat|dtsse-aat" name = "dtsse-aat" # (3 unchanged attributes hidden) - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } # (3 unchanged blocks hidden) } Plan: 1 to add, 2 to change, 0 to destroy. ```