diff --git a/website/docs/r/clb_target_group_attachments.html.markdown b/website/docs/r/clb_target_group_attachments.html.markdown index f50e8245c4..1a96726de8 100644 --- a/website/docs/r/clb_target_group_attachments.html.markdown +++ b/website/docs/r/clb_target_group_attachments.html.markdown @@ -51,10 +51,10 @@ The following arguments are supported: The `associations` object supports the following: -* `listener_id` - (Optional, String) Listener ID. -* `load_balancer_id` - (Optional, String) CLB instance ID, when the binding target is target group, load_balancer_id in associations is required. -* `location_id` - (Optional, String) Forwarding rule ID. -* `target_group_id` - (Optional, String) Target group ID, when the binding target is clb, the target_group_id in associations is required. +* `listener_id` - (Optional, String, ForceNew) Listener ID. +* `load_balancer_id` - (Optional, String, ForceNew) CLB instance ID, when the binding target is target group, load_balancer_id in associations is required. +* `location_id` - (Optional, String, ForceNew) Forwarding rule ID. +* `target_group_id` - (Optional, String, ForceNew) Target group ID, when the binding target is clb, the target_group_id in associations is required. ## Attributes Reference