Skip to content

Commit e9c1eb8

Browse files
authored
Update main.tf (#277)
Description did not accurately describe the alarm.
1 parent b19ca92 commit e9c1eb8

File tree

1 file changed

+1
-1
lines changed
  • modules/managed-prometheus-monitoring/billing

1 file changed

+1
-1
lines changed

modules/managed-prometheus-monitoring/billing/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "aws_cloudwatch_metric_alarm" "amp_billing_anomaly_detection" {
33
comparison_operator = "GreaterThanUpperThreshold"
44
evaluation_periods = "2"
55
threshold_metric_id = "e1"
6-
alarm_description = "This metric monitors ec2 cpu utilization"
6+
alarm_description = "This monitors AMP charges and alarms on anomaly detection"
77
insufficient_data_actions = []
88

99
metric_query {

0 commit comments

Comments
 (0)