hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azuread to v2.45.0 #91

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
azuread (source) required_provider minor 2.44.1 -> 2.45.0

Release Notes

hashicorp/terraform-provider-azuread (azuread) ### [`v2.45.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2450-October-27-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.44.1...v2.45.0) FEATURES: - **New Resource:** `azuread_application_optional_claims` ([#​1223](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1223)) ENHANCEMENTS: - `azuread_conditional_access_policy` - improved plan-time validation for the `session_controls` block ([#​1229](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1229)) - `azuread_conditional_access_policy` - support for the `sign_in_frequency_authentication_type` and `sign_in_frequency_interval` properties in the `session_controls` block ([#​1229](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1229)) - `azuread_conditional_access_policy` - support for the `included_guests_or_external_users` and `excluded_guests_or_external_users` blocks in the `users` block ([#​1222](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1222)) BUG FIXES: - `azuread_conditional_access_policy` - removing the `devices` or `session_controls` blocks will no longer force a new resource to be created ([#​1229](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1229))

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

Plan Result

:warning: Resource Deletion will happen :warning:

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 2 to add, 2 to change, 1 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) } # module.postgresql[0].null_resource.set-user-permissions-additionaldbs["dashboard"] must be replaced -/+ resource "null_resource" "set-user-permissions-additionaldbs" { ~ id = "6851041630006317407" -> (known after apply) ~ triggers = { # forces replacement ~ "script_hash" = "f1b050abe4f2e8fc188c106259b04ba5034688164070e5ebb3e10137ad569f93" -> "dbe0102f3129d4463913d5e01177e806bc6954005bdd98f20c242658634a1bbc" # (2 unchanged elements hidden) } } Plan: 2 to add, 2 to change, 1 to destroy. ```