From 5de8349871f68ee442c57afc45b066037d7d54eb Mon Sep 17 00:00:00 2001 From: Kagashino Date: Fri, 1 Jul 2022 15:42:03 +0800 Subject: [PATCH] fix: fres ssl - correct cert end time argument desc --- tencentcloud/resource_tc_ssl_free_certificate.go | 2 +- website/docs/r/ssl_free_certificate.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.