diff --git a/website/source/docs/providers/aws/r/cloudwatch_event_target.html.markdown b/website/source/docs/providers/aws/r/cloudwatch_event_target.html.markdown index 20a94b31e..fb79e1831 100644 --- a/website/source/docs/providers/aws/r/cloudwatch_event_target.html.markdown +++ b/website/source/docs/providers/aws/r/cloudwatch_event_target.html.markdown @@ -50,7 +50,7 @@ resource "aws_kinesis_stream" "test_stream" { The following arguments are supported: * `rule` - (Required) The name of the rule you want to add targets to. -* `target_id` - (Required) The unique target assignment ID. +* `target_id` - (Optional) The unique target assignment ID. If missing, will generate an unique id. * `arn` - (Required) The Amazon Resource Name (ARN) associated of the target. * `input` - (Optional) Valid JSON text passed to the target. * `input_path` - (Optional) The value of the [JSONPath](http://goessner.net/articles/JsonPath/)