Skip to content

Commit 916af4a

Browse files
committed
feat: invoke_arn output
1 parent 6d2d9fd commit 916af4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ output "tags" {
1313
output "lambda_log_group_name" {
1414
value = !var.existing_cloudwatch_log_group ? aws_cloudwatch_log_group.lambda[0].name : 0
1515
description = "A mapping of tags to assign to the resource."
16+
}
17+
18+
output "invoke_arn" {
19+
value = join("", aws_lambda_function.default.*.invoke_arn)
20+
description = "Invoke ARN"
1621
}

0 commit comments

Comments
 (0)