You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tencentcloud/resource_tc_clb_attachment.go
+27-21Lines changed: 27 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -275,27 +275,11 @@ func resourceTencentCloudClbServerAttachmentRemove(d *schema.ResourceData, meta
275
275
client: meta.(*TencentCloudClient).apiV3Conn,
276
276
}
277
277
278
-
// Destroy CVM instance will dispatch async task to deregister target group from cloudApi backend. Duplicate deregister target groups here will cause Error response.
279
-
// If remove diffs created, check existing cvm instance first, filter target groups which already deregister
@@ -464,12 +448,34 @@ func resourceTencentCloudClbServerAttachmentRead(d *schema.ResourceData, meta in
464
448
returnnil
465
449
}
466
450
451
+
// Destroy CVM instance will dispatch async task to deregister target group from cloudApi backend. Duplicate deregister target groups here will cause Error response.
452
+
// If remove diffs created, check existing cvm instance first, filter target groups which already deregister
0 commit comments