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 9c6e4e8 commit 2532d81Copy full SHA for 2532d81
r_lambda.tf
@@ -21,7 +21,7 @@ resource "null_resource" "lambda_build" {
21
resource "aws_lambda_function" "this" {
22
for_each = local.lambdas
23
24
- filename = "${path.module}/archive/${each.key}.zip"
+ filename = "${path.module}/lambdas/archive/${each.key}.zip"
25
function_name = "${each.key}_${local.service_name}"
26
description = each.value.description
27
role = aws_iam_role.this.arn
0 commit comments