We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1504776 commit e8b0989Copy full SHA for e8b0989
1 file changed
infrastructure/lambda-pdf-stitching.tf
@@ -20,6 +20,7 @@ module "pdf-stitching-lambda" {
20
api_execution_arn = null
21
is_invoked_from_gateway = false
22
lambda_environment_variables = {
23
+ APIM_API_URL = data.aws_ssm_parameter.apim_url.value
24
PDF_STITCHING_SQS_URL = module.sqs-stitching-queue.sqs_url
25
NRL_SQS_URL = module.sqs-nrl-queue.sqs_url
26
LLOYD_GEORGE_BUCKET_NAME = "${terraform.workspace}-${var.lloyd_george_bucket_name}"
0 commit comments