From 83f1ba84bcc7563d54089678c7d4e24d05ae90c0 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Mon, 18 Nov 2024 12:40:28 +0000 Subject: [PATCH] [2124] Migrate preprod to GCP WIF (#1681) --- terraform/aks/config/pre-production.tfvars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/aks/config/pre-production.tfvars.json b/terraform/aks/config/pre-production.tfvars.json index 4bb8b7437..253d4221f 100644 --- a/terraform/aks/config/pre-production.tfvars.json +++ b/terraform/aks/config/pre-production.tfvars.json @@ -11,5 +11,6 @@ "enable_logit": true, "worker_max_memory": "2Gi", "postgres_flexible_server_sku": "GP_Standard_D2ads_v5", - "postgres_azure_storage_mb": 65536 + "postgres_azure_storage_mb": 65536, + "enable_dfe_analytics_federated_auth": true }