From 7bb4762c292571cd726f59db0099e3525ab91d4e Mon Sep 17 00:00:00 2001 From: Wmxs <54929266+WeiMengXS@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:24:04 +0800 Subject: [PATCH] feat: forceNew --- .../services/clb/resource_tc_clb_target_group_attachments.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tencentcloud/services/clb/resource_tc_clb_target_group_attachments.go b/tencentcloud/services/clb/resource_tc_clb_target_group_attachments.go index 6246a85cd8..653c2beb04 100644 --- a/tencentcloud/services/clb/resource_tc_clb_target_group_attachments.go +++ b/tencentcloud/services/clb/resource_tc_clb_target_group_attachments.go @@ -50,20 +50,24 @@ func ResourceTencentCloudClbTargetGroupAttachments() *schema.Resource { "load_balancer_id": { Type: schema.TypeString, Optional: true, + ForceNew: true, Description: "CLB instance ID, when the binding target is target group, load_balancer_id in associations is required.", }, "target_group_id": { Type: schema.TypeString, Optional: true, + ForceNew: true, Description: "Target group ID, when the binding target is clb, the target_group_id in associations is required.", }, "listener_id": { Type: schema.TypeString, + ForceNew: true, Optional: true, Description: "Listener ID.", }, "location_id": { Type: schema.TypeString, + ForceNew: true, Optional: true, Description: "Forwarding rule ID.", },