File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,23 @@ output "lambda_role_unique_id" {
39
39
40
40
# For Lambda@Edge Association with cloudfront
41
41
output "qualified_arn" {
42
+ description = " The qualified arn of the lambda function to be associated with Cloudfront as a Lambda@Edge function"
42
43
value = module. lambda . lambda_function_qualified_arn
43
44
}
44
45
45
46
# For using lambda as origin for cloudfront
46
47
output "function_url" {
48
+ description = " The function url of lambda function to be able to be set as cloudfront origin"
47
49
value = module. lambda . lambda_function_url
48
50
}
49
51
50
52
output "function_url_id" {
53
+ description = " The function url ID of lambda function to be able to be set as cloudfront origin"
51
54
value = module. lambda . lambda_function_url_id
52
55
}
53
56
54
57
# To associate lambdas with api gateway integration
55
58
output "invoke_arn" {
59
+ description = " The invoke arn of lambda function for APIGW integration"
56
60
value = module. lambda . lambda_function_invoke_arn
57
61
}
You can’t perform that action at this time.
0 commit comments