We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b74aaa commit 7b7757fCopy full SHA for 7b7757f
infrastructure/instance/file_name_processor.tf
@@ -277,6 +277,7 @@ resource "aws_lambda_function" "file_processor_lambda" {
277
278
environment {
279
variables = {
280
+ ACCOUNT_ID = var.immunisation_account_id
281
SOURCE_BUCKET_NAME = aws_s3_bucket.batch_data_source_bucket.bucket
282
ACK_BUCKET_NAME = aws_s3_bucket.batch_data_destination_bucket.bucket
283
QUEUE_URL = aws_sqs_queue.batch_file_created.url
0 commit comments