Skip to content

Commit 37b5e25

Browse files
committed
Fixed path issue
1 parent 2532d81 commit 37b5e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data "archive_file" "this" {
44

55
type = "zip"
66
source_file = "${path.module}/lambdas/bin/${each.key}"
7-
output_path = "${path.module}/archive/${each.key}.zip"
7+
output_path = "${path.module}/lambdas/archive/${each.key}.zip"
88
}
99

1010
data "aws_iam_policy_document" "this" {

0 commit comments

Comments
 (0)