Skip to content

Commit a330e44

Browse files
author
Jazeel
committed
fmt
1 parent 0ae5606 commit a330e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

outputs.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ output "lambda_role_unique_id" {
4040
#For Lambda@Edge Association with cloudfront
4141
output "qualified_arn" {
4242
description = "The qualified arn of the lambda function to be associated with Cloudfront as a Lambda@Edge function"
43-
value = module.lambda.lambda_function_qualified_arn
43+
value = module.lambda.lambda_function_qualified_arn
4444
}
4545

4646
#For using lambda as origin for cloudfront
4747
output "function_url" {
4848
description = "The function url of lambda function to be able to be set as cloudfront origin"
49-
value = module.lambda.lambda_function_url
49+
value = module.lambda.lambda_function_url
5050
}
5151

5252
output "function_url_id" {
5353
description = "The function url ID of lambda function to be able to be set as cloudfront origin"
54-
value = module.lambda.lambda_function_url_id
54+
value = module.lambda.lambda_function_url_id
5555
}
5656

5757
#To associate lambdas with api gateway integration
5858
output "invoke_arn" {
5959
description = "The invoke arn of lambda function for APIGW integration"
60-
value = module.lambda.lambda_function_invoke_arn
60+
value = module.lambda.lambda_function_invoke_arn
6161
}

0 commit comments

Comments
 (0)