Skip to content

Commit 0c8e93f

Browse files
committed
remove commented code
1 parent 0c16c55 commit 0c8e93f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

modules/webhook/direct/outputs.tf

-22
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,3 @@ output "webhook" {
1010
role = aws_iam_role.webhook_lambda
1111
}
1212
}
13-
14-
# output "lambda_log_group" {
15-
# value = aws_cloudwatch_log_group.webhook
16-
# }
17-
18-
# output "role" {
19-
# value = aws_iam_role.webhook_lambda
20-
# }
21-
22-
# output "endpoint_relative_path" {
23-
# value = local.webhook_endpoint
24-
# }
25-
26-
27-
28-
# output "webhook_lambda_function_name" {
29-
# value = module.webhook.lambda_function_name
30-
# }
31-
32-
# output "webhook_cloudwatch_log_group_name" {
33-
# value = module.webhook.cloudwatch_log_group_name
34-
# }

0 commit comments

Comments
 (0)