Skip to content

Commit 4930d22

Browse files
CCM-12059: Improve Eventpub Lambda Build
1 parent 7fdd0be commit 4930d22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/modules/eventpub/lambda_function.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ resource "aws_lambda_function" "main" {
99
memory_size = 128
1010
timeout = 20
1111

12-
filename = archive_file.lambda.output_path
13-
source_code_hash = archive_file.lambda.output_base64sha256
12+
filename = data.archive_file.lambda.output_path
13+
source_code_hash = data.archive_file.lambda.output_base64sha256
1414

1515
logging_config {
1616
application_log_level = var.log_level

0 commit comments

Comments
 (0)