Skip to content

Commit caef280

Browse files
committed
feat(aws-lambda): include fn name in output
1 parent 4de1b49 commit caef280

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambda-function/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
output "fn" {
22
value = {
33
arn = aws_lambda_function.fn.arn
4+
name = aws_lambda_function.fn.function_name
45
invoke_arn = aws_lambda_function.fn.invoke_arn
56
}
67
}

0 commit comments

Comments
 (0)