mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 15:13:56 -06:00
Grammar correction in alarm description (#14276)
This commit is contained in:
parent
c732c3b16f
commit
e88ca0b744
@ -303,7 +303,7 @@ resource "aws_cloudwatch_metric_alarm" "foobar" {
|
||||
period = "120"
|
||||
statistic = "Average"
|
||||
threshold = "80"
|
||||
alarm_description = "This metric monitor ec2 cpu utilization"
|
||||
alarm_description = "This metric monitors ec2 cpu utilization"
|
||||
}
|
||||
|
||||
resource "aws_route53_health_check" "foo" {
|
||||
|
@ -22,7 +22,7 @@ resource "aws_cloudwatch_metric_alarm" "foobar" {
|
||||
period = "120"
|
||||
statistic = "Average"
|
||||
threshold = "80"
|
||||
alarm_description = "This metric monitor ec2 cpu utilization"
|
||||
alarm_description = "This metric monitors ec2 cpu utilization"
|
||||
insufficient_data_actions = []
|
||||
}
|
||||
```
|
||||
@ -52,7 +52,7 @@ resource "aws_cloudwatch_metric_alarm" "bat" {
|
||||
AutoScalingGroupName = "${aws_autoscaling_group.bar.name}"
|
||||
}
|
||||
|
||||
alarm_description = "This metric monitor ec2 cpu utilization"
|
||||
alarm_description = "This metric monitors ec2 cpu utilization"
|
||||
alarm_actions = ["${aws_autoscaling_policy.bat.arn}"]
|
||||
}
|
||||
```
|
||||
|
@ -48,7 +48,7 @@ resource "aws_cloudwatch_metric_alarm" "foobar" {
|
||||
period = "120"
|
||||
statistic = "Average"
|
||||
threshold = "80"
|
||||
alarm_description = "This metric monitor ec2 cpu utilization"
|
||||
alarm_description = "This metric monitors ec2 cpu utilization"
|
||||
}
|
||||
|
||||
resource "aws_route53_health_check" "foo" {
|
||||
|
Loading…
Reference in New Issue
Block a user