Skip to content

Commit

Permalink
remove commants from main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Jul 24, 2023
1 parent c018539 commit 755d07f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions modules/resource-metadata/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,26 +176,6 @@ module "lambdaSSM" {
tags = merge(var.tags, local.tags)
}

# resource "aws_cloudwatch_event_rule" "profile_generator_lambda_event_rule" {
# name = "profile-generator-lambda-event-rule"
# description = "retry scheduled every 1 min"
# schedule_expression = "rate(1 minutes)"
# }

# resource "aws_cloudwatch_event_target" "profile_generator_lambda_target" {
# arn = module.lambda.lambda_function_arn
# rule = aws_cloudwatch_event_rule.profile_generator_lambda_event_rule.name
# }




##########################################################################





resource "aws_sns_topic" "this" {
name_prefix = "${local.function_name}-Failure"
display_name = "${local.function_name}-Failure"
Expand Down

0 comments on commit 755d07f

Please sign in to comment.