Skip to content

Commit 5fb580d

Browse files
authored
fix: fres ssl - correct cert end time argument desc (#1129)
1 parent 594c394 commit 5fb580d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_ssl_free_certificate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func resourceTencentCloudSSLFreeCertificate() *schema.Resource {
148148
"cert_end_time": {
149149
Type: schema.TypeString,
150150
Computed: true,
151-
Description: "Certificate begin time.",
151+
Description: "Certificate end time.",
152152
},
153153
"insert_time": {
154154
Type: schema.TypeString,

website/docs/r/ssl_free_certificate.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In addition to all arguments above, the following attributes are exported:
5353

5454
* `id` - ID of the resource.
5555
* `cert_begin_time` - Certificate begin time.
56-
* `cert_end_time` - Certificate begin time.
56+
* `cert_end_time` - Certificate end time.
5757
* `certificate_private_key` - Certificate private key.
5858
* `certificate_public_key` - Certificate public key.
5959
* `deployable` - Indicates whether the certificate deployable.

0 commit comments

Comments
 (0)