Skip to content

Commit 1fd110d

Browse files
CCM-10257: Implement Eventpub in Core
1 parent 43c4d2f commit 1fd110d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ resource "archive_file" "lambda" {
1010
"**/package.json",
1111
"**/package-lock.json",
1212
]
13+
triggers = {
14+
always_run = timestamp()
15+
}
1316
}

0 commit comments

Comments
 (0)