diff --git a/tencentcloud/resource_tc_ssl_free_certificate.go b/tencentcloud/resource_tc_ssl_free_certificate.go index ac1388ca72..82acba3fea 100644 --- a/tencentcloud/resource_tc_ssl_free_certificate.go +++ b/tencentcloud/resource_tc_ssl_free_certificate.go @@ -148,7 +148,7 @@ func resourceTencentCloudSSLFreeCertificate() *schema.Resource { "cert_end_time": { Type: schema.TypeString, Computed: true, - Description: "Certificate begin time.", + Description: "Certificate end time.", }, "insert_time": { Type: schema.TypeString, diff --git a/website/docs/r/ssl_free_certificate.html.markdown b/website/docs/r/ssl_free_certificate.html.markdown index 1ba6ace3ee..660c09efde 100644 --- a/website/docs/r/ssl_free_certificate.html.markdown +++ b/website/docs/r/ssl_free_certificate.html.markdown @@ -53,7 +53,7 @@ In addition to all arguments above, the following attributes are exported: * `id` - ID of the resource. * `cert_begin_time` - Certificate begin time. -* `cert_end_time` - Certificate begin time. +* `cert_end_time` - Certificate end time. * `certificate_private_key` - Certificate private key. * `certificate_public_key` - Certificate public key. * `deployable` - Indicates whether the certificate deployable.