mirror of https://github.com/hashicorp/terraform
Update cloudwatch_metric_alarm.html.markdown (#6085)
On creating CloudWatch metric alarms, I need to get the HealthCheckId dimension. Reference would be useful.
```
dimensions {
"HealthCheckId" = "${aws_route53_health_check.foo.id}"
}
```
pull/6090/head
parent
2d3a0c9c64
commit
786cc45d5f
Loading…
Reference in new issue