Skip to content

Commit c3decac

Browse files
author
WeiMengXS
committed
feat: doc
1 parent 5bf1985 commit c3decac

File tree

2 files changed

+35
-31
lines changed

2 files changed

+35
-31
lines changed

.changelog/2105.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_ssl_pay_certificate: support parameter 'wait_commit_flag'.
3+
```
4+
5+
```release-note:new-resource
6+
tencentcloud_ssl_commit_certificate_information
7+
```

tencentcloud/resource_tc_ssl_pay_certificate.go

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,35 @@ as `Review Cancel`, and then you can click `Request a refund` to refund the fee.
1010
Example Usage
1111
1212
```hcl
13-
1413
resource "tencentcloud_ssl_pay_certificate" "example" {
15-
product_id = 33
16-
domain_num = 1
17-
alias = "ssl desc."
18-
project_id = 0
19-
information {
20-
csr_type = "online"
21-
certificate_domain = "www.example.com"
22-
organization_name = "Tencent"
23-
organization_division = "Qcloud"
24-
organization_address = "广东省深圳市南山区腾讯大厦1000号"
25-
organization_country = "CN"
26-
organization_city = "深圳市"
27-
organization_region = "广东省"
28-
postal_code = "0755"
29-
phone_area_code = "0755"
30-
phone_number = "86013388"
31-
verify_type = "DNS"
32-
admin_first_name = "test"
33-
admin_last_name = "test"
34-
admin_phone_num = "12345678901"
35-
admin_email = "test@tencent.com"
36-
admin_position = "developer"
37-
contact_first_name = "test"
38-
contact_last_name = "test"
39-
contact_email = "test@tencent.com"
40-
contact_number = "12345678901"
41-
contact_position = "developer"
42-
}
43-
}
44-
14+
product_id = 33
15+
domain_num = 1
16+
alias = "ssl desc."
17+
project_id = 0
18+
information {
19+
csr_type = "online"
20+
certificate_domain = "www.example.com"
21+
organization_name = "Tencent"
22+
organization_division = "Qcloud"
23+
organization_address = "广东省深圳市南山区腾讯大厦1000号"
24+
organization_country = "CN"
25+
organization_city = "深圳市"
26+
organization_region = "广东省"
27+
postal_code = "0755"
28+
phone_area_code = "0755"
29+
phone_number = "86013388"
30+
verify_type = "DNS"
31+
admin_first_name = "test"
32+
admin_last_name = "test"
33+
admin_phone_num = "12345678901"
34+
admin_email = "test@tencent.com"
35+
admin_position = "developer"
36+
contact_first_name = "test"
37+
contact_last_name = "test"
38+
contact_email = "test@tencent.com"
39+
contact_number = "12345678901"
40+
contact_position = "developer"
41+
}
4542
```
4643
4744
Import

0 commit comments

Comments
 (0)