Skip to content

Commit 0c342d6

Browse files
committed
clean
1 parent bd15fc9 commit 0c342d6

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

modules/webhook/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
locals {
22
webhook_endpoint = "webhook"
33
role_path = var.role_path == null ? "/${var.prefix}/" : var.role_path
4-
#lambda_zip = var.lambda_zip == null ? "${path.module}/../../lambdas/functions/webhook/webhook.zip" : var.lambda_zip
54
}
65

76
resource "aws_apigatewayv2_api" "webhook" {

modules/webhook/outputs.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,3 @@ output "lambda_log_group" {
3131
output "role" {
3232
value = var.mode == "direct" ? module.direct[0].webhook.role : module.eventbridge[0].webhook.role
3333
}
34-
35-
36-
37-
# output "webhook_lambda_function_name" {
38-
# value = module.webhook.lambda_function_name
39-
# }
40-
41-
# output "webhook_cloudwatch_log_group_name" {
42-
# value = module.webhook.cloudwatch_log_group_name
43-
# }

0 commit comments

Comments
 (0)