Skip to content

Commit 28b4791

Browse files
author
WeiMengXS
committed
feat: doc
1 parent bba7b51 commit 28b4791

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

tencentcloud/resource_tc_ssl_commit_certificate_information.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ resource "tencentcloud_ssl_commit_certificate_information" "example" {
4141
}
4242
```
4343
44-
ssl commit_certificate_information can be imported using the id, e.g.
45-
4644
*/
4745
package tencentcloud
4846

tencentcloud/resource_tc_ssl_pay_certificate.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Provide a resource to create a payment SSL.
55
currently, it does not support re-issuing certificates, revoking certificates, and deleting certificates; the certificate remarks
66
and belonging items can be updated. The Destroy operation will only cancel the certificate order, and will not delete the
77
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.
8+
as `Review Cancel`, and then you can click `Request a refund` to refund the fee, If you want to modify the information multiple
9+
times, you need to use the wait_commit_flag field. Please refer to the field remarks for usage. Otherwise, it will be considered
10+
as a one-time submission and no further modifications will be provided.
911
1012
Example Usage
1113

website/docs/r/ssl_pay_certificate.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Provide a resource to create a payment SSL.
1515
currently, it does not support re-issuing certificates, revoking certificates, and deleting certificates; the certificate remarks
1616
and belonging items can be updated. The Destroy operation will only cancel the certificate order, and will not delete the
1717
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.
18+
as `Review Cancel`, and then you can click `Request a refund` to refund the fee, If you want to modify the information multiple
19+
times, you need to use the wait_commit_flag field. Please refer to the field remarks for usage. Otherwise, it will be considered
20+
as a one-time submission and no further modifications will be provided.
1921

2022
## Example Usage
2123

0 commit comments

Comments
 (0)