Skip to content

Commit fbd98b4

Browse files
committed
add
1 parent 434ad5d commit fbd98b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cvm/resource_tc_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ func resourceTencentCloudInstanceCreate(d *schema.ResourceData, meta interface{}
582582
logId = tccommon.GetLogId(tccommon.ContextNil)
583583
ctx = context.WithValue(context.TODO(), tccommon.LogIdKey, logId)
584584
cvmService = CvmService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}
585-
instanceChargeType string
585+
instanceChargeType = CVM_CHARGE_TYPE_POSTPAID
586586
)
587587

588588
request := cvm.NewRunInstancesRequest()

0 commit comments

Comments
 (0)