From f0f3820d7d6da3c3bb84622a7820797bfae052f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:46:27 +0000 Subject: [PATCH 1/2] Update dependency hashicorp/terraform to v1.14.4 --- infrastructure/.terraform-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/.terraform-version b/infrastructure/.terraform-version index 61ce01b30..4e00d0ac0 100644 --- a/infrastructure/.terraform-version +++ b/infrastructure/.terraform-version @@ -1 +1 @@ -1.13.2 +1.14.4 From cbaa0eb6682f73b7f0de356b13ef7704ac5aabce Mon Sep 17 00:00:00 2001 From: 58046 <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 12:55:08 +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" }