Skip to content

Commit a87812c

Browse files
committed
fix
1 parent 764ef93 commit a87812c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tencentcloud/services/clb/resource_tc_clb_attachment.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@ func resourceTencentCloudClbServerAttachmentRead(d *schema.ResourceData, meta in
316316
return nil
317317
})
318318

319+
if err != nil {
320+
log.Printf("[CRITAL]%s read CLB attachment tag failed, reason:%+v", logId, err)
321+
return err
322+
}
323+
319324
return nil
320325
}
321326

0 commit comments

Comments
 (0)