From 120bc4933c5aecdfd7c0bca8523d1ae4714970cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:47:54 +0000 Subject: [PATCH 1/2] Update Terraform azurerm to v4.59.0 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index dc1c5f39c..e4e6902e3 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.44.0" + version = "4.59.0" } azuread = { source = "hashicorp/azuread" From b81104dd8bd10316eb65eb04398f8b49e45783bf Mon Sep 17 00:00:00 2001 From: 58046 <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:56:12 +0000 Subject: [PATCH 2/2] Updating Terraform Formatting --- infrastructure/demo.tfvars | 2 +- infrastructure/ithc.tfvars | 8 ++++---- infrastructure/tf-db-flexible.tf | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/demo.tfvars b/infrastructure/demo.tfvars index e3ef3ef0c..37408d3cf 100644 --- a/infrastructure/demo.tfvars +++ b/infrastructure/demo.tfvars @@ -7,4 +7,4 @@ orchestrator_notifications_task_delay = "3000" allowed_client_certificate_thumbprints = ["2A1EE53E044632145C89FE428128080353127DF6"] -ocr_validation_url_probate = "http://probate-back-office-demo.service.core-compute-demo.internal" +ocr_validation_url_probate = "http://probate-back-office-demo.service.core-compute-demo.internal" diff --git a/infrastructure/ithc.tfvars b/infrastructure/ithc.tfvars index b95f5f247..cbe58dc69 100644 --- a/infrastructure/ithc.tfvars +++ b/infrastructure/ithc.tfvars @@ -1,8 +1,8 @@ -capacity = "2" -scan_delay = "4000" -scan_enabled = "true" +capacity = "2" +scan_delay = "4000" +scan_enabled = "true" -token_validity = "5184000" #60 days in seconds +token_validity = "5184000" #60 days in seconds orchestrator_notifications_task_enabled = "true" orchestrator_notifications_task_delay = "3000" diff --git a/infrastructure/tf-db-flexible.tf b/infrastructure/tf-db-flexible.tf index f8e782aaa..f36387d87 100644 --- a/infrastructure/tf-db-flexible.tf +++ b/infrastructure/tf-db-flexible.tf @@ -1,7 +1,7 @@ # Postgres 15 flexible servers locals { db_host_name = "${var.product}-${var.component}-flexible-postgres-db-v15" - db_name = "bulk_scan" + db_name = "bulk_scan" } module "postgresql" { @@ -28,7 +28,7 @@ module "postgresql" { admin_user_object_id = var.jenkins_AAD_objectId - enable_schema_ownership = true + enable_schema_ownership = true force_schema_ownership_trigger = "true" force_user_permissions_trigger = "1" }