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 d164e86 commit e64e1daCopy full SHA for e64e1da
infrastructure/lambda-pdf-stitching.tf
@@ -26,7 +26,7 @@ resource "aws_lambda_event_source_mapping" "pdf-stitching-lambda" {
26
}
27
28
module "pdf-stitching-lambda-alarms" {
29
- source = "modules/lambda_alarms
+ source = "modules/lambda_alarms"
30
lambda_function_name = module.pdf-stitching-lambda.function_name
31
lambda_timeout = module.pdf-stitching-lambda.timeout
32
lambda_name = "pdf-stitching-lambda"
0 commit comments