Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
acsauk committed Jan 6, 2025
2 parents d2e26aa + 6cf5344 commit 606ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environment/region/event_received.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "event_received" {
uid_base_url = var.uid_service.base_url
lpa_store_base_url = var.lpa_store_service.base_url
lpa_store_secret_arn = data.aws_secretsmanager_secret.lpa_store_jwt_key.arn
allowed_api_arns = var.uid_service.api_arns
allowed_api_arns = concat(var.uid_service.api_arns, var.lpa_store_service.api_arns)
search_endpoint = var.search_endpoint
search_index_name = var.search_index_name
search_collection_arn = var.search_collection_arn
Expand Down

0 comments on commit 606ea1f

Please sign in to comment.