Skip to content

Commit 620947d

Browse files
author
WeiMengXS
committed
fix: cr
1 parent 22a1f3d commit 620947d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/resource_tc_ssl_pay_certificate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ func resourceTencentCloudSSLInstanceCreate(d *schema.ResourceData, meta interfac
434434
return err
435435
}
436436

437-
// (不填或填false)false: 则保持以前的规则
438-
// true : 暂时不提交
437+
//If left blank or set to false, the previous rule will be maintained.
438+
//If set to true, it will not be submitted temporarily.
439439
if waitCommit := d.Get("wait_commit_flag").(bool); !waitCommit {
440440
commitInfoRequest := ssl.NewCommitCertificateInformationRequest()
441441
commitInfoRequest.CertificateId = helper.String(certificateId)

0 commit comments

Comments
 (0)