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 42a87f2 commit 60a61ebCopy full SHA for 60a61eb
infrastructure/lambda-bulk-upload.tf
@@ -35,6 +35,7 @@ module "bulk-upload-lambda" {
35
METADATA_SQS_QUEUE_URL = module.sqs-lg-bulk-upload-metadata-queue.sqs_url
36
INVALID_SQS_QUEUE_URL = module.sqs-lg-bulk-upload-invalid-queue.sqs_url
37
PDS_FHIR_IS_STUBBED = local.is_sandbox
38
+ PDF_STITCHER_SQS_URL = module.sqs-stitching-queue.sqs_url
39
APIM_API_URL = data.aws_ssm_parameter.apim_url.value
40
}
41
0 commit comments