Skip to content

Commit 7f4f73b

Browse files
author
simpleme
committed
add output for function arn
1 parent 20d399d commit 7f4f73b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "function_arn" {
2+
value = aws_lambda_function.lambda_function.arn
3+
}

0 commit comments

Comments
 (0)