From 795c12c9be010fbbf2c4e91d0d28f1e5636142ee Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Wed, 7 Aug 2024 10:28:36 -0600 Subject: [PATCH] chore(portal): Enable REST API in production (#6204) --- terraform/environments/production/portal.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/production/portal.tf b/terraform/environments/production/portal.tf index 423d69e5e..23c46fbf6 100644 --- a/terraform/environments/production/portal.tf +++ b/terraform/environments/production/portal.tf @@ -387,7 +387,7 @@ locals { }, { name = "FEATURE_REST_API_ENABLED" - value = false + value = true }, { name = "FEATURE_TEMP_ACCOUNTS"