Skip to content

Commit

Permalink
Remove RUM_IDENTITY_POOL_ID and RUM_APPLICATION_ID env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Ashiq committed Sep 25, 2024
1 parent 39095f1 commit a528d15
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform/20-app/ecs.service.front-end.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a528d15

Please sign in to comment.