Skip to content

Commit 57e59cf

Browse files
committed
fix: Fix cpu type issue.
1 parent ecf48a9 commit 57e59cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tencentcloud/services/mongodb/resource_tc_mongodb_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func mongodbAllInstanceReqSet(requestInter interface{}, d *schema.ResourceData)
204204
"NodeNum": helper.IntUint64(nodeNum),
205205
"GoodsNum": helper.IntUint64(goodsNum),
206206
"ClusterType": &clusterType,
207-
"CpuCore": helper.IntUint64(cpu),
207+
"CpuCore": helper.IntInt64(cpu),
208208
"Memory": helper.IntUint64(memoryInterface),
209209
"Volume": helper.IntUint64(volumeInterface),
210210
"MongoVersion": &mongoVersionInterface,

0 commit comments

Comments
 (0)