Skip to content

Commit 7125454

Browse files
CCM-14044 Unused output
1 parent 40c7e46 commit 7125454

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

infrastructure/terraform/modules/eventsub/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
|------|-------------|
4747
| <a name="output_s3_bucket_event_cache"></a> [s3\_bucket\_event\_cache](#output\_s3\_bucket\_event\_cache) | S3 Bucket ARN and Name for event cache |
4848
| <a name="output_sns_topic"></a> [sns\_topic](#output\_sns\_topic) | SNS Topic ARN and Name |
49-
| <a name="output_subscriber_anomaly_alarm"></a> [subscriber\_anomaly\_alarm](#output\_subscriber\_anomaly\_alarm) | Subscriber anomaly detection alarm details |
5049
<!-- vale on -->
5150
<!-- markdownlint-enable -->
5251
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/eventsub/outputs.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,3 @@ output "s3_bucket_event_cache" {
1313
bucket = module.s3bucket_event_cache[0].bucket
1414
} : {}
1515
}
16-
17-
# CloudWatch Anomaly Detection Alarm
18-
output "subscriber_anomaly_alarm" {
19-
description = "Subscriber anomaly detection alarm details"
20-
value = var.enable_event_anomaly_detection ? {
21-
arn = aws_cloudwatch_metric_alarm.subscriber_anomaly[0].arn
22-
name = aws_cloudwatch_metric_alarm.subscriber_anomaly[0].alarm_name
23-
} : null
24-
}

0 commit comments

Comments
 (0)