Skip to content

Commit

Permalink
Add output so cron and sns modules can use this
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Apr 30, 2019
1 parent 7c5b7b0 commit 5c07ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ output "lambda_arn" {
value = "${aws_lambda_function.lambda_function.arn}"
}

output "lambda_function_name" {
value = "${aws_lambda_function.lambda_function.function_name}"
}

output "lambda_iam_role_name" {
value = "${aws_iam_role.iam_for_lambda.name}"
}
Expand Down

0 comments on commit 5c07ad2

Please sign in to comment.