hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azurerm to ~> 3.79.0 #94

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.78.0 -> ~> 3.79.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm) ### [`v3.79.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3790-November-02-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.78.0...v3.79.0) ENHANCEMENTS: - provider: log instead of error when RPs are unavailable when validating RP registrations ([#​23380](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23380)) - `azurerm_arc_kuberenetes_cluster_extension_resource` - the `version` and `release_train` properties can now be set simultaneously ([#​23692](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23692)) - `azurerm_container_apps` - support for the `ingress.exposed_port` property ([#​23752](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23752)) - `azurerm_cosmosdb_postgresql_cluster` - read replica clusters can be created without specifying `administrator_login_password` property ([#​23750](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23750)) - `azurerm_managed_application` - arrays can be supplied in the `parameter_values` property ([#​23754](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23754)) - `azurerm_storage_management_policy` - support for properties `rule.*.actions.*.base_blob.0.tier_to_cold_after_days_since_{modification|last_access_time|creation}_greater_than and rule.*.actions.*.{snapshot|version}.0.tier_to_cold_after_days_since_creation_greater_than` ([#​23574](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23574)) BUG FIXES: - `azurerm_api_management_diagnostic` - the `operation_name_format` attribute will only be sent if `identifier` is set to `applicationinsights` ([#​23736](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23736)) - `azurerm_backup_policy_vm` - fix payload by using current datetime ([#​23586](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23586)) - `azurerm_kubernetes_cluster` - the `custom_ca_trust_certificates_base64` property can not be removed, only updated ([#​23737](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23737))

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