Skip to content

Commit

Permalink
Add outputs for IAM role arn and name
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-davisona authored and sclausson committed Oct 23, 2017
1 parent b962206 commit 0317ceb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
output "lambda_arn" {
value = "${aws_lambda_function.lambda.arn}"
}

output "role_arn" {
value = "${aws_iam_role.lambda.arn}"
}

output "role_name" {
value = "${aws_iam_role.lambda.name}"
}

0 comments on commit 0317ceb

Please sign in to comment.