From bead03e39bbc3e4ace94006cd5cfa2f2e46185b9 Mon Sep 17 00:00:00 2001 From: Brian Manifold Date: Mon, 5 Aug 2024 23:16:02 -0700 Subject: [PATCH] chore(portal): Enable temp_accounts in prod portal (#6179) --- terraform/environments/production/portal.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/environments/production/portal.tf b/terraform/environments/production/portal.tf index 88921ddff..423d69e5e 100644 --- a/terraform/environments/production/portal.tf +++ b/terraform/environments/production/portal.tf @@ -388,6 +388,10 @@ locals { { name = "FEATURE_REST_API_ENABLED" value = false + }, + { + name = "FEATURE_TEMP_ACCOUNTS" + value = true } ] }