Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 605ac57

Browse files
authored
feature: add built filename to outputs
1 parent 23ff952 commit 605ac57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ output "role_name" {
2727
description = "The name of the IAM role created for the Lambda function"
2828
value = "${aws_iam_role.lambda.name}"
2929
}
30+
31+
output "build_result_filename" {
32+
description = "Full path to the source code package with requirements installed"
33+
value = "${lookup(data.external.built.result, "filename")}"
34+
}
35+

0 commit comments

Comments
 (0)