Skip to content

Commit d55bc49

Browse files
committed
modify description of resource ssl certificate
1 parent 45cfa9a commit d55bc49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_ssl_certificate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func resourceTencentCloudSslCertificate() *schema.Resource {
5252
Type: schema.TypeString,
5353
Optional: true,
5454
Default: "",
55-
Description: "Alia name of the SSL certificate.",
55+
Description: "Name of the SSL certificate.",
5656
},
5757
"type": {
5858
Type: schema.TypeString,

website/docs/r/ssl_certificate.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following arguments are supported:
2929
* `cert` - (Required, ForceNew) Content of the SSL certificate. Not allowed newline at the start and end.
3030
* `type` - (Required, ForceNew) Type of the SSL certificate. Valid values: `CA` and `SVR`.
3131
* `key` - (Optional, ForceNew) Key of the SSL certificate and required when certificate type is `SVR`. Not allowed newline at the start and end.
32-
* `name` - (Optional) Alia name of the SSL certificate.
32+
* `name` - (Optional) Name of the SSL certificate.
3333
* `project_id` - (Optional) Project ID of the SSL certificate. Default is `0`.
3434

3535
## Attributes Reference

0 commit comments

Comments
 (0)