From 786cc45d5f46def5e580c5935c987366e752af52 Mon Sep 17 00:00:00 2001 From: "Michael H. Oshita" Date: Fri, 8 Apr 2016 23:54:24 +0900 Subject: [PATCH] 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}" } ``` --- .../providers/aws/r/cloudwatch_metric_alarm.html.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/source/docs/providers/aws/r/cloudwatch_metric_alarm.html.markdown b/website/source/docs/providers/aws/r/cloudwatch_metric_alarm.html.markdown index bcd4bc69b..9b65c76a0 100644 --- a/website/source/docs/providers/aws/r/cloudwatch_metric_alarm.html.markdown +++ b/website/source/docs/providers/aws/r/cloudwatch_metric_alarm.html.markdown @@ -77,3 +77,10 @@ The following arguments are supported: * `insufficient_data_actions` - (Optional) The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Number (ARN). * `ok_actions` - (Optional) The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN). * `unit` - (Optional) The unit for the alarm's associated metric. + +## Attributes Reference + +The following attributes are exported: + +* `id` - The ID of the health check +