Skip to content

Commit e7fd038

Browse files
author
yuanhaojin
committed
delete test binary
1 parent 8532efa commit e7fd038

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

tencentcloud/resource_tc_mysql_instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ func resourceTencentCloudMysqlInstanceCreate(d *schema.ResourceData, meta interf
645645
tcClient := meta.(*TencentCloudClient).apiV3Conn
646646
tagService := &TagService{client: tcClient}
647647
resourceName := BuildTagResourceName("cdb", "instanceId", tcClient.Region, d.Id())
648-
log.Printf("[DEBUG]Mysql instance create, resourceName:%s\n", resourceName)
649648
if err := tagService.ModifyTags(ctx, resourceName, tags, nil); err != nil {
650649
return err
651650
}

tencentcloud_provider

-64.3 MB
Binary file not shown.
-46.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)