Skip to content

Commit

Permalink
Fix output name
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Oct 18, 2023
1 parent 4f1dc68 commit 936804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/output.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "function_name" {
value = aws_lambda_function.lambda_docker_function.name
value = aws_lambda_function.lambda_docker_function.function_name
}

output "function_arn" {
Expand Down

0 comments on commit 936804d

Please sign in to comment.