Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Sep 9, 2022
1 parent 1da6364 commit 904055f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion terraform/monitor/main_common_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# my account id/region
#--------------------------------------------------------------
data "aws_caller_identity" "current" {}
data "aws_region" "current" {}
8 changes: 0 additions & 8 deletions terraform/monitor/main_common_lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ POLICY
name = "${var.name_prefix}${lookup(var.common_lambda.log.aws_sns_topic, "name")}"
}
)
aws_sns_topic_subscription_metric = merge(var.common_lambda.aws_sns_topic_subscription, {
endpoint = module.aws_recipes_lambda_create_lambda_metric.arn
}
)
aws_sns_topic_subscription_log = merge(var.common_lambda.aws_sns_topic_subscription, {
endpoint = module.aws_recipes_lambda_create_lambda_log.arn
}
)
}
#--------------------------------------------------------------
# Create role and policy for Lambda
Expand Down

0 comments on commit 904055f

Please sign in to comment.