Skip to content

Commit 2532d81

Browse files
committed
Fixed directory issue
1 parent 9c6e4e8 commit 2532d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "null_resource" "lambda_build" {
2121
resource "aws_lambda_function" "this" {
2222
for_each = local.lambdas
2323

24-
filename = "${path.module}/archive/${each.key}.zip"
24+
filename = "${path.module}/lambdas/archive/${each.key}.zip"
2525
function_name = "${each.key}_${local.service_name}"
2626
description = each.value.description
2727
role = aws_iam_role.this.arn

0 commit comments

Comments
 (0)