Skip to content

Commit 7896858

Browse files
committed
Fix shared path
1 parent b062415 commit 7896858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/shared.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define locals for shared lambdas
22
locals {
3-
shared_dir = abspath("${path.root}/../shared")
3+
shared_dir = abspath("${path.root}/../lambdas/shared")
44

55
shared_files = fileset(local.shared_dir, "**")
66

0 commit comments

Comments
 (0)