Skip to content

Commit 0317ceb

Browse files
wp-davisonasclausson
authored andcommitted
Add outputs for IAM role arn and name
1 parent b962206 commit 0317ceb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

output.tf

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
output "lambda_arn" {
22
value = "${aws_lambda_function.lambda.arn}"
33
}
4+
5+
output "role_arn" {
6+
value = "${aws_iam_role.lambda.arn}"
7+
}
8+
9+
output "role_name" {
10+
value = "${aws_iam_role.lambda.name}"
11+
}

0 commit comments

Comments
 (0)