Skip to content

Commit a2d28de

Browse files
authored
Add output for lambda version
1 parent 3fc6f4f commit a2d28de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ output "lambda_function_name" {
88
value = module.lambda.lambda_function_name
99
}
1010

11+
output "lambda_function_version" {
12+
description = "Latest published version of Lambda Function"
13+
value = module.lambda.lambda_function_version
14+
}
15+
1116
# Cloudwatch Log Group
1217
output "lambda_cloudwatch_log_group_arn" {
1318
description = "Lambda Cloudwatch Log group"

0 commit comments

Comments
 (0)