Skip to content

Commit b0d4133

Browse files
committed
fix unread with update logic
1 parent e4d5370 commit b0d4133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_clb_redirection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func resourceTencentCloudClbRedirectionUpdate(d *schema.ResourceData, meta inter
344344
defer logElapsed("resource.tencentcloud_clb_redirection.update")()
345345
defer inconsistentCheck(d, meta)()
346346
// this nil update method works for the only filed `delete_all_auto_rewrite`
347-
return nil
347+
return resourceTencentCloudClbRedirectionRead(d, meta)
348348
}
349349

350350
func resourceTencentCloudClbRedirectionDelete(d *schema.ResourceData, meta interface{}) error {

0 commit comments

Comments
 (0)