Skip to content

Commit 43c4d2f

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infrastructure/modules/eventpub/archive_file_lambda.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ resource "archive_file" "lambda" {
22
type = "zip"
33
source_dir = "${path.module}/lambda/eventpub/src"
44

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

0 commit comments

Comments
 (0)