From 885a7ae1f865ff4af91e90167fddc2a656699a37 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Tue, 17 Dec 2024 10:41:46 +0000 Subject: [PATCH] Enable gcp in test --- terraform/application/config/test.tfvars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/application/config/test.tfvars.json b/terraform/application/config/test.tfvars.json index 946bd50c3..fb99fa723 100644 --- a/terraform/application/config/test.tfvars.json +++ b/terraform/application/config/test.tfvars.json @@ -2,5 +2,6 @@ "cluster": "test", "namespace": "tra-test", "enable_postgres_backup_storage": true, + "enable_dfe_analytics_federated_auth": true, "dataset_name": "events_test" }