Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 6, 2025
2 parents d4de4be + 6cf5344 commit 1ee2a0d
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 1ee2a0d

Please sign in to comment.