Skip to content

Commit e64e1da

Browse files
committed
adds missing quote
1 parent d164e86 commit e64e1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "aws_lambda_event_source_mapping" "pdf-stitching-lambda" {
2626
}
2727

2828
module "pdf-stitching-lambda-alarms" {
29-
source = "modules/lambda_alarms
29+
source = "modules/lambda_alarms"
3030
lambda_function_name = module.pdf-stitching-lambda.function_name
3131
lambda_timeout = module.pdf-stitching-lambda.timeout
3232
lambda_name = "pdf-stitching-lambda"

0 commit comments

Comments
 (0)