Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Oct 21, 2024
1 parent 0c16c55 commit 0c8e93f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions modules/webhook/direct/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,3 @@ output "webhook" {
role = aws_iam_role.webhook_lambda
}
}

# output "lambda_log_group" {
# value = aws_cloudwatch_log_group.webhook
# }

# output "role" {
# value = aws_iam_role.webhook_lambda
# }

# output "endpoint_relative_path" {
# value = local.webhook_endpoint
# }



# 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 0c8e93f

Please sign in to comment.