Skip to content

Commit f17b4de

Browse files
author
simpleme
committed
invoke arn to outputs
1 parent 85b9a4a commit f17b4de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
output "function_arn" {
22
value = aws_lambda_function.lambda_function.arn
3+
}
4+
5+
output "function_invoke_arn" {
6+
value = aws_lambda_function.lambda_function.invoke_arn
37
}

0 commit comments

Comments
 (0)