We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b9d17 commit 352978aCopy full SHA for 352978a
1 file changed
infrastructure/modules/eventpub/outputs.tf
@@ -13,3 +13,9 @@ output "s3_bucket_event_cache" {
13
bucket = module.s3bucket_event_cache[0].bucket
14
} : {}
15
}
16
+
17
+output "path" {
18
+ value = {
19
+ lambda = archive_file.lambda.source_dir
20
+ }
21
+}
0 commit comments