docs: CloudWatch Event Target expects role name (not ARN)

This commit is contained in:
Radek Simko 2016-03-01 12:38:55 +00:00
parent dc45f84a8f
commit 8ca732528c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Provides a CloudWatch Event Target resource.
```
resource "aws_cloudwatch_event_target" "yada" {
target_id = "Yada"
rule = "${aws_cloudwatch_event_rule.console.arn}"
rule = "${aws_cloudwatch_event_rule.console.name}"
arn = "${aws_kinesis_stream.test_stream.arn}"
}