Skip to content

Commit d2b3b5d

Browse files
committed
CCM-11751: Fixing eventpub path
1 parent 0edcea9 commit d2b3b5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
resource "archive_file" "lambda" {
22
type = "zip"
3-
source_dir = "${path.module}/lambda/eventpub/src"
3+
source_dir = "${path.root}/lambda/eventpub/src"
44

55
# Timestamp in path to resolve https://github.com/hashicorp/terraform-provider-archive/issues/39
6-
output_path = "${path.module}/lambda/eventpub_${timestamp()}.zip"
6+
output_path = "${path.root}/lambda/eventpub_${timestamp()}.zip"
77
excludes = [
88
# NodeJS Exclusions
99
"**/__tests__",

0 commit comments

Comments
 (0)