Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 17, 2024
1 parent bd15fc9 commit 0c342d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion modules/webhook/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
locals {
webhook_endpoint = "webhook"
role_path = var.role_path == null ? "/${var.prefix}/" : var.role_path
#lambda_zip = var.lambda_zip == null ? "${path.module}/../../lambdas/functions/webhook/webhook.zip" : var.lambda_zip
}

resource "aws_apigatewayv2_api" "webhook" {
Expand Down
10 changes: 0 additions & 10 deletions modules/webhook/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ output "lambda_log_group" {
output "role" {
value = var.mode == "direct" ? module.direct[0].webhook.role : module.eventbridge[0].webhook.role
}



# output "webhook_lambda_function_name" {
# value = module.webhook.lambda_function_name
# }

# output "webhook_cloudwatch_log_group_name" {
# value = module.webhook.cloudwatch_log_group_name
# }

0 comments on commit 0c342d6

Please sign in to comment.