Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mh3ong authored May 19, 2024
1 parent 08b363f commit 62a1c4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IaC/serverless_api_template/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "function_url" {
value = module.lambda.function_url
}
}

output "function_name" {
value = module.lambda.function_name
}

0 comments on commit 62a1c4c

Please sign in to comment.