File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 11locals {
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
76resource "aws_apigatewayv2_api" "webhook" {
Original file line number Diff line number Diff line change @@ -31,13 +31,3 @@ output "lambda_log_group" {
3131output "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- # }
You can’t perform that action at this time.
0 commit comments