From 62a1c4cd387871c431bccf53532953e8b5e40b56 Mon Sep 17 00:00:00 2001 From: mhsong <49053299+mh3ong@users.noreply.github.com> Date: Mon, 20 May 2024 03:17:46 +0900 Subject: [PATCH] Update outputs.tf --- IaC/serverless_api_template/outputs.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IaC/serverless_api_template/outputs.tf b/IaC/serverless_api_template/outputs.tf index 9bf67b3aac..385e0d68ca 100644 --- a/IaC/serverless_api_template/outputs.tf +++ b/IaC/serverless_api_template/outputs.tf @@ -1,3 +1,7 @@ output "function_url" { value = module.lambda.function_url -} \ No newline at end of file +} + +output "function_name" { + value = module.lambda.function_name +}