From a528d15925404f60eda3e41437309aff107c1ca3 Mon Sep 17 00:00:00 2001 From: A-Ashiq Date: Wed, 25 Sep 2024 10:35:12 +0100 Subject: [PATCH] Remove `RUM_IDENTITY_POOL_ID` and `RUM_APPLICATION_ID` env vars --- terraform/20-app/ecs.service.front-end.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/terraform/20-app/ecs.service.front-end.tf b/terraform/20-app/ecs.service.front-end.tf index 2145f39f..e3940614 100644 --- a/terraform/20-app/ecs.service.front-end.tf +++ b/terraform/20-app/ecs.service.front-end.tf @@ -57,14 +57,6 @@ module "ecs_service_front_end" { { name = "PUBLIC_API_URL" value = local.urls.public_api - }, - { - name = "RUM_IDENTITY_POOL_ID" - value = module.cloudwatch_rum_front_end.rum_cognito_pool_id - }, - { - name = "RUM_APPLICATION_ID" - value = module.cloudwatch_rum_front_end.rum_application_id } ] secrets = [