Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tencentcloud/resource_tc_ssl_free_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ssl_free_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down