Skip to content

Commit 352978a

Browse files
committed
CCM-11751: Fixing eventpub path
1 parent 28b9d17 commit 352978a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

infrastructure/modules/eventpub/outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ output "s3_bucket_event_cache" {
1313
bucket = module.s3bucket_event_cache[0].bucket
1414
} : {}
1515
}
16+
17+
output "path" {
18+
value = {
19+
lambda = archive_file.lambda.source_dir
20+
}
21+
}

0 commit comments

Comments
 (0)