hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azuread to v2.40.0 #63

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.39.0 -> 2.40.0

Release Notes

hashicorp/terraform-provider-azuread (azuread) ### [`v2.40.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2400-July-14-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.39.0...v2.40.0) IMPROVEMENTS: - dependencies: updating to `v0.62.0` of `github.com/manicminer/hamilton` - `data.azuread_user` - supporting looking up a user using the `employee_id` property ([#​1040](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1040)) - `data.azuread_users` - supporting looking up users using the `employee_ids` property ([#​1040](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1040)) - `azuread_conditional_access_policy` - support for the `client_applications` block in the `conditions` block ([#​1047](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1047)) - `azuread_conditional_access_policy` - support for the `disable_resilience_defaults` property in the `session_controls` block ([#​1135](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1135)) - `azuread_group` - the `behaviors` property now supports the `CalendarMemberReadOnly` and `ConnectorsDisabled` values ([#​1144](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1144))

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

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