@@ -10,38 +10,35 @@ as `Review Cancel`, and then you can click `Request a refund` to refund the fee.
1010Example Usage
1111
1212```hcl
13-
1413resource "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
4744Import
0 commit comments