Skip to content

Commit 1689af9

Browse files
committed
Added output for lambda execution role name
1 parent 3645a42 commit 1689af9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

output.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
output lambda_arn {
22
value = aws_lambda_function.lambda.arn
3-
}
3+
}
4+
5+
output lambda_role_name {
6+
value = aws_iam_role.lambda.name
7+
}

0 commit comments

Comments
 (0)