From 46e5769cd13fa7530d30eeeecf7304071cbc824c Mon Sep 17 00:00:00 2001 From: Wmxs <54929266+WeiMengXS@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:02:05 +0800 Subject: [PATCH] feat: doc --- website/docs/r/clb_target_group_attachments.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/clb_target_group_attachments.html.markdown b/website/docs/r/clb_target_group_attachments.html.markdown index b5d1b447d7..f50e8245c4 100644 --- a/website/docs/r/clb_target_group_attachments.html.markdown +++ b/website/docs/r/clb_target_group_attachments.html.markdown @@ -45,9 +45,9 @@ resource "tencentcloud_clb_target_group_attachments" "target_group_attachments" The following arguments are supported: -* `associations` - (Required, Set) Association array, the combination cannot exceed 20. -* `load_balancer_id` - (Optional, String) CLB instance ID, (load_balancer_id and target_group_id require at least one). -* `target_group_id` - (Optional, String) Target group ID, (load_balancer_id and target_group_id require at least one). +* `associations` - (Required, Set, ForceNew) Association array, the combination cannot exceed 20. +* `load_balancer_id` - (Optional, String, ForceNew) CLB instance ID, (load_balancer_id and target_group_id require at least one). +* `target_group_id` - (Optional, String, ForceNew) Target group ID, (load_balancer_id and target_group_id require at least one). The `associations` object supports the following: