We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2d9fd commit 916af4aCopy full SHA for 916af4a
outputs.tf
@@ -13,4 +13,9 @@ output "tags" {
13
output "lambda_log_group_name" {
14
value = !var.existing_cloudwatch_log_group ? aws_cloudwatch_log_group.lambda[0].name : 0
15
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"
21
}
0 commit comments