Skip to content

Commit 279f5e6

Browse files
authored
modify ssl doc (#2700)
1 parent 0f567ca commit 279f5e6

File tree

3 files changed

+4
-91
lines changed

3 files changed

+4
-91
lines changed

tencentcloud/services/ssl/resource_tc_ssl_free_certificate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func ResourceTencentCloudSSLFreeCertificate() *schema.Resource {
3838
"package_type": {
3939
Type: schema.TypeString,
4040
Optional: true,
41-
Description: "Type of package. Only support `\"2\"` (TrustAsia TLS RSA CA).",
41+
Description: "Type of package. Only support `\"83\"` (TrustAsia TLS RSA CA).",
4242
},
4343
"contact_email": {
4444
Type: schema.TypeString,
@@ -53,7 +53,7 @@ func ResourceTencentCloudSSLFreeCertificate() *schema.Resource {
5353
"validity_period": {
5454
Type: schema.TypeString,
5555
Optional: true,
56-
Description: "Specify validity period in month, only support `\"12\"` months for now.",
56+
Description: "Specify validity period in month, only support `\"3\"` months for now.",
5757
},
5858
"csr_encrypt_algo": {
5959
Type: schema.TypeString,

website/docs/r/postgresql_clone_db_instance_operation.html.markdown

Lines changed: 0 additions & 87 deletions
This file was deleted.

website/docs/r/ssl_free_certificate.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The following arguments are supported:
4545
* `csr_key_parameter` - (Optional, String) Specify CSR key parameter, only support `"2048"` for now.
4646
* `csr_key_password` - (Optional, String) Specify CSR key password.
4747
* `old_certificate_id` - (Optional, String, ForceNew) Specify old certificate ID, used for re-apply.
48-
* `package_type` - (Optional, String) Type of package. Only support `"2"` (TrustAsia TLS RSA CA).
48+
* `package_type` - (Optional, String) Type of package. Only support `"83"` (TrustAsia TLS RSA CA).
4949
* `project_id` - (Optional, Int) ID of projects which this certification belong to.
50-
* `validity_period` - (Optional, String) Specify validity period in month, only support `"12"` months for now.
50+
* `validity_period` - (Optional, String) Specify validity period in month, only support `"3"` months for now.
5151

5252
## Attributes Reference
5353

0 commit comments

Comments
 (0)