We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc6f4f commit a2d28deCopy full SHA for a2d28de
outputs.tf
@@ -8,6 +8,11 @@ output "lambda_function_name" {
8
value = module.lambda.lambda_function_name
9
}
10
11
+output "lambda_function_version" {
12
+ description = "Latest published version of Lambda Function"
13
+ value = module.lambda.lambda_function_version
14
+}
15
+
16
# Cloudwatch Log Group
17
output "lambda_cloudwatch_log_group_arn" {
18
description = "Lambda Cloudwatch Log group"
0 commit comments