Skip to content

Commit d19a87a

Browse files
committed
add
1 parent ec6d1bf commit d19a87a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tencentcloud/services/cvm/resource_tc_cvm_action_timer.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ func resourceTencentCloudCvmActionTimerRead(d *schema.ResourceData, meta interfa
145145
return nil
146146
}
147147

148-
func resourceTencentCloudCvmActionTimerUpdate(d *schema.ResourceData, meta interface{}) error {
149-
defer tccommon.LogElapsed("resource.tencentcloud_cvm_action_timer.update")()
150-
defer tccommon.InconsistentCheck(d, meta)()
148+
// func resourceTencentCloudCvmActionTimerUpdate(d *schema.ResourceData, meta interface{}) error {
149+
// defer tccommon.LogElapsed("resource.tencentcloud_cvm_action_timer.update")()
150+
// defer tccommon.InconsistentCheck(d, meta)()
151151

152-
return resourceTencentCloudCvmActionTimerRead(d, meta)
153-
}
152+
// return resourceTencentCloudCvmActionTimerRead(d, meta)
153+
// }
154154

155155
func resourceTencentCloudCvmActionTimerDelete(d *schema.ResourceData, meta interface{}) error {
156156
defer tccommon.LogElapsed("resource.tencentcloud_cvm_action_timer.delete")()

0 commit comments

Comments
 (0)