We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de1b49 commit caef280Copy full SHA for caef280
1 file changed
lambda-function/outputs.tf
@@ -1,6 +1,7 @@
1
output "fn" {
2
value = {
3
arn = aws_lambda_function.fn.arn
4
+ name = aws_lambda_function.fn.function_name
5
invoke_arn = aws_lambda_function.fn.invoke_arn
6
}
7
0 commit comments