From 512b5eb45b81bc09b5306a8bef9c2b10ef1fa234 Mon Sep 17 00:00:00 2001 From: Ethan Mills Date: Mon, 22 Jan 2024 17:57:45 +0000 Subject: [PATCH] ATO-255: Enable auth orch split in production Step 6 of the auth orch split in production (cherry picked from commit c0f850a4c8915d60ec3a6d57849b50bf9d9ca781) --- ci/terraform/production.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/terraform/production.tfvars b/ci/terraform/production.tfvars index f61a24a48..5cc56cc36 100644 --- a/ci/terraform/production.tfvars +++ b/ci/terraform/production.tfvars @@ -12,6 +12,7 @@ support_international_numbers = "1" support_account_recovery = "1" support_smart_agent = "1" support_account_interventions = "0" +support_auth_orch_split = "1" support_authorize_controller = "1" client_name_that_directs_all_contact_form_submissions_to_smartagent = "di-auth-stub-relying-party-production" support_welsh_language_in_support_forms = "1"