Skip to content

Commit

Permalink
modify ssl doc (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellertang authored Jun 28, 2024
1 parent 0f567ca commit 279f5e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 91 deletions.
4 changes: 2 additions & 2 deletions tencentcloud/services/ssl/resource_tc_ssl_free_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func ResourceTencentCloudSSLFreeCertificate() *schema.Resource {
"package_type": {
Type: schema.TypeString,
Optional: true,
Description: "Type of package. Only support `\"2\"` (TrustAsia TLS RSA CA).",
Description: "Type of package. Only support `\"83\"` (TrustAsia TLS RSA CA).",
},
"contact_email": {
Type: schema.TypeString,
Expand All @@ -53,7 +53,7 @@ func ResourceTencentCloudSSLFreeCertificate() *schema.Resource {
"validity_period": {
Type: schema.TypeString,
Optional: true,
Description: "Specify validity period in month, only support `\"12\"` months for now.",
Description: "Specify validity period in month, only support `\"3\"` months for now.",
},
"csr_encrypt_algo": {
Type: schema.TypeString,
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions website/docs/r/ssl_free_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The following arguments are supported:
* `csr_key_parameter` - (Optional, String) Specify CSR key parameter, only support `"2048"` for now.
* `csr_key_password` - (Optional, String) Specify CSR key password.
* `old_certificate_id` - (Optional, String, ForceNew) Specify old certificate ID, used for re-apply.
* `package_type` - (Optional, String) Type of package. Only support `"2"` (TrustAsia TLS RSA CA).
* `package_type` - (Optional, String) Type of package. Only support `"83"` (TrustAsia TLS RSA CA).
* `project_id` - (Optional, Int) ID of projects which this certification belong to.
* `validity_period` - (Optional, String) Specify validity period in month, only support `"12"` months for now.
* `validity_period` - (Optional, String) Specify validity period in month, only support `"3"` months for now.

## Attributes Reference

Expand Down

0 comments on commit 279f5e6

Please sign in to comment.