Skip to content

Commit dd4abd0

Browse files
author
ttomzhou
committed
fix ssl pay certificate
1 parent 050bd46 commit dd4abd0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tencentcloud/resource_tc_ssl_pay_certificate.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
Provide a resource to create a payment SSL.
33
4+
~> **NOTE:** Provides the creation of a paid certificate, including the submission of certificate information and order functions;
5+
currently, it does not support re-issuing certificates, revoking certificates, and deleting certificates; the certificate remarks
6+
and belonging items can be updated. The Destroy operation will only cancel the certificate order, and will not delete the
7+
certificate and refund the fee. If you need a refund, you need to check the current certificate status in the console
8+
as `Review Cancel`, and then you can click `Request a refund` to refund the fee.
9+
410
Example Usage
511
612
```hcl

website/docs/r/ssl_pay_certificate.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ description: |-
1111

1212
Provide a resource to create a payment SSL.
1313

14+
~> **NOTE:** Provides the creation of a paid certificate, including the submission of certificate information and order functions;
15+
currently, it does not support re-issuing certificates, revoking certificates, and deleting certificates; the certificate remarks
16+
and belonging items can be updated. The Destroy operation will only cancel the certificate order, and will not delete the
17+
certificate and refund the fee. If you need a refund, you need to check the current certificate status in the console
18+
as `Review Cancel`, and then you can click `Request a refund` to refund the fee.
19+
1420
## Example Usage
1521

1622
```hcl

0 commit comments

Comments
 (0)