hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azurerm to ~> 3.48.0 #24

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 3.47.0 -> ~> 3.48.0

Release Notes

hashicorp/terraform-provider-azurerm ### [`v3.48.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#​3480-March-16-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.47.0...v3.48.0) FEATURES: - **New Data Source:** `azurerm_mobile_network_sim_policy` \[FGH-20732] - **New Resource:** `azurerm_express_route_port_authorization` ([#​20736](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20736)) - **New Resource:** `azurerm_mobile_network_sim_policy` ([#​20732](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20732)) - **New Resource:** `azurerm_site_recovery_vmware_replication_policy` ([#​20881](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20881)) - **New Resource:** `azurerm_sentinel_alert_rule_anomaly_duplicate` ([#​20760](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20760)) ENHANCEMENTS: - dependencies: updating to `v0.20230316.1132628` of `github.com/hashicorp/go-azure-sdk` ([#​20986](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20986)) - `signalr`: updating to API Version `2023-02-01` ([#​20910](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20910)) - `webpubsub`: updating to API Version `2023-02-01` ([#​20910](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20910)) - `azurerm_express_route_gateway` - support for the `allow_non_virtual_wan_traffic` property ([#​20667](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20667)) - `azurerm_ssh_public_key` - allow `.` for `name` validation ([#​20955](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20955)) BUG FIXES: - provider: fix an authentication bug which sometimes caused access tokens to be refreshed too late ([#​20894](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20894)) - `azurerm_bot_channel_directline` - fixing an issue where an empty `site` was passed to the API ([#​20890](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20890)) - `azurerm_healthcare_dicom_service` - extending the `create` and `update` timeouts to `90` minutes ([#​20932](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20932)) - `azurerm_kusto_eventhub_data_connection` - fixing an issue where an existing resource wouldn't be flagged during creation ([#​20926](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/20926)) - `azurerm_linux_function_app` - Fixed apply time validation when using `WEBSITE_CONTENTOVERVNET`  ([#​18258](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/18258)) - `azurerm_windows_function_app` - Fixed apply time validation when using `WEBSITE_CONTENTOVERVNET` ([#​18258](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/18258))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 1 year ago

Plan Result

Plan: 0 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # 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" # (2 unchanged attributes hidden) - log { - category = "AuditEvent" -> null - enabled = true -> null - retention_policy { - days = 14 -> null - enabled = true -> null } } - log { - category = "AzurePolicyEvaluationDetails" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } + log { + category = "AuditEvent" + enabled = true + retention_policy { + days = 14 + enabled = true } } - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } # (1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```