diff --git a/website/docs/r/cloudwatch_event_target.html.markdown b/website/docs/r/cloudwatch_event_target.html.markdown index cd466439909c..82d2cf9b2468 100644 --- a/website/docs/r/cloudwatch_event_target.html.markdown +++ b/website/docs/r/cloudwatch_event_target.html.markdown @@ -468,6 +468,7 @@ The following arguments are optional: * `ecs_target` - (Optional) Parameters used when you are using the rule to invoke Amazon ECS Task. Documented below. A maximum of 1 are allowed. * `event_bus_name` - (Optional) The name or ARN of the event bus to associate with the rule. If you omit this, the `default` event bus is used. +* `force_destroy` - (Optional) Used to delete managed rules created by AWS. Defaults to `false`. * `http_target` - (Optional) Parameters used when you are using the rule to invoke an API Gateway REST endpoint. Documented below. A maximum of 1 is allowed. * `input` - (Optional) Valid JSON text passed to the target. Conflicts with `input_path` and `input_transformer`. * `input_path` - (Optional) The value of the [JSONPath](http://goessner.net/articles/JsonPath/) that is used for extracting part of the matched event when passing it to the target. Conflicts with `input` and `input_transformer`.