Skip to content

Commit c73fa6f

Browse files
author
mikatong
committed
update
1 parent cc48157 commit c73fa6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tencentcloud/services/cdwpg/resource_tc_cdwpg_dbconfig.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ func resourceTencentCloudCdwpgDbconfigCreate(d *schema.ResourceData, meta interf
5959
defer tccommon.LogElapsed("resource.tencentcloud_cdwpg_dbconfig.create")()
6060
defer tccommon.InconsistentCheck(d, meta)()
6161

62-
var (
63-
instanceId string
64-
)
65-
instanceId = d.Get("instance_id").(string)
62+
instanceId := d.Get("instance_id").(string)
6663
d.SetId(instanceId)
6764

6865
return resourceTencentCloudCdwpgDbconfigUpdate(d, meta)

0 commit comments

Comments
 (0)