From a34fe24be9ba0bbe691310dbe7278dbafcdb39b1 Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Thu, 12 Dec 2024 11:40:03 +0000 Subject: [PATCH] Send traffic to maintenance page --- terraform/application/config/test.tfvars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/application/config/test.tfvars.json b/terraform/application/config/test.tfvars.json index 78e9ccfdce..6921255feb 100644 --- a/terraform/application/config/test.tfvars.json +++ b/terraform/application/config/test.tfvars.json @@ -11,5 +11,6 @@ "statuscake_contact_groups": [195955, 282453], "external_url": "https://test.claim-additional-teaching-payment.service.gov.uk/healthcheck", "enable_logit": true, - "enable_postgres_backup_storage": true + "enable_postgres_backup_storage": true, + "send_traffic_to_maintenance_page": true }