From a17e5968f53706b915505fbd0a77c43b5d676621 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Tue, 17 Dec 2024 12:53:17 +0000 Subject: [PATCH] Enable gcp in production --- terraform/application/config/production.tfvars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/application/config/production.tfvars.json b/terraform/application/config/production.tfvars.json index 0e9178135..bafe65a56 100644 --- a/terraform/application/config/production.tfvars.json +++ b/terraform/application/config/production.tfvars.json @@ -7,6 +7,7 @@ }, "postgres_flexible_server_sku": "GP_Standard_D2ds_v4", "enable_postgres_backup_storage": true, + "enable_dfe_analytics_federated_auth": true, "dataset_name": "events_production", "postgres_enable_high_availability": true, "send_traffic_to_maintenance_page": false,