Skip to content

Commit 6ffeb0b

Browse files
CCM-10257: Implement Eventpub in Core
1 parent 68e3df3 commit 6ffeb0b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
resource "null_resource" "lambda_zip" {
2+
triggers = {
3+
always_run = timestamp()
4+
}
25
provisioner "local-exec" {
36
command = <<EOT
47
cd "${path.module}/lambda/eventpub/src" && \
58
zip -r ../eventpub.zip . \
69
-x "**/__tests__/*" "**/node_modules/*" "**/package.json" "**/package-lock.json"
710
EOT
811
}
9-
10-
triggers = {
11-
always_run = timestamp()
12-
}
1312
}

0 commit comments

Comments
 (0)