Skip to content

Commit

Permalink
fix output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gmariano committed Jan 22, 2019
1 parent 1c18e5a commit 4f760dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/lambda_function/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "lambda_arn" {
value = "${aws_lambda_function.app.arn}"
value = "${aws_lambda_function.app.*.arn}"
}

output "lambda_name" {
Expand Down

0 comments on commit 4f760dd

Please sign in to comment.