Skip to content

Commit c63f0ba

Browse files
author
Jazeel
committed
Adding comments for output
1 parent 3dca8a9 commit c63f0ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

outputs.tf

+3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ output "lambda_role_unique_id" {
3737

3838
# For Lambda Edge and Cloudfront Integration
3939

40+
#For Lambda@Edge Association with cloudfront
4041
output "qualified_arn" {
4142
value = module.lambda.lambda_function_qualified_arn
4243
}
4344

45+
#For using lambda as origin for cloudfront
4446
output "function_url" {
4547
value = module.lambda.lambda_function_url
4648
}
@@ -49,6 +51,7 @@ output "function_url_id" {
4951
value = module.lambda.lambda_function_url_id
5052
}
5153

54+
#To associate lambdas with api gateway integration
5255
output "invoke_arn" {
5356
value = module.lambda.lambda_function_invoke_arn
5457
}

0 commit comments

Comments
 (0)