Skip to content

Commit 1c84031

Browse files
committed
local -> var
1 parent 48f2375 commit 1c84031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/id_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ resource "aws_cloudwatch_log_group" "id_sync_log_group" {
276276

277277
# NEW
278278
resource "aws_lambda_event_source_mapping" "id_sync_sqs_trigger" {
279-
event_source_arn = "arn:aws:sqs:eu-west-2:${local.immunisation_account_id}:${local.short_prefix}-id-sync-queue"
279+
event_source_arn = "arn:aws:sqs:eu-west-2:${var.immunisation_account_id}:${local.short_prefix}-id-sync-queue"
280280
function_name = aws_lambda_function.id_sync_lambda.arn # TODO
281281

282282
# Optional: Configure batch size and other settings

0 commit comments

Comments
 (0)