mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-09 21:01:07 -04:00
On creating CloudWatch metric alarms, I need to get the HealthCheckId dimension. Reference would be useful.
```
dimensions {
"HealthCheckId" = "${aws_route53_health_check.foo.id}"
}
```