From d639cd0a4ce30dd39613871440f3cb0344b10934 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Mon, 4 Nov 2024 17:12:21 +0000 Subject: [PATCH] Enable federated auth for Bigquery in preproduction --- .../application/config/preproduction/variables.tfvars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/application/config/preproduction/variables.tfvars.json b/terraform/application/config/preproduction/variables.tfvars.json index c007051bf..690be1b63 100644 --- a/terraform/application/config/preproduction/variables.tfvars.json +++ b/terraform/application/config/preproduction/variables.tfvars.json @@ -5,5 +5,6 @@ "enable_monitoring": false, "external_hostname": "preprod.apply-for-qts-in-england.education.gov.uk", "namespace": "tra-test", - "uploads_storage_environment_tag": "Test" + "uploads_storage_environment_tag": "Test", + "bigquery_federated_auth": true }