Skip to content

Commit 379a820

Browse files
author
hellertang
authored
fix apigw destroy func (#673)
1 parent 32d4154 commit 379a820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_api_gateway_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ func resourceTencentCloudAPIGatewayAPIDelete(d *schema.ResourceData, meta interf
856856
ctx = context.WithValue(context.TODO(), logIdKey, logId)
857857
apiId = d.Id()
858858
serviceId = d.Get("service_id").(string)
859-
limitNumber int64 = QUOTA_MAX
859+
limitNumber int64 = QUOTA
860860
err error
861861
)
862862
for _, v := range API_GATEWAY_SERVICE_ENVS {

0 commit comments

Comments
 (0)