Skip to content

Commit 22a1f3d

Browse files
author
WeiMengXS
committed
fix: cr
1 parent 0381c02 commit 22a1f3d

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

tencentcloud/resource_tc_ssl_pay_certificate.go

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,43 @@ as `Review Cancel`, and then you can click `Request a refund` to refund the fee,
99
times, you need to use the wait_commit_flag field. Please refer to the field remarks for usage. Otherwise, it will be considered
1010
as a one-time submission and no further modifications will be provided.
1111
12-
# Example Usage
12+
Example Usage
1313
1414
```hcl
15-
16-
resource "tencentcloud_ssl_pay_certificate" "example" {
17-
product_id = 33
18-
domain_num = 1
19-
alias = "ssl desc."
20-
project_id = 0
21-
information {
22-
csr_type = "online"
23-
certificate_domain = "www.example.com"
24-
organization_name = "Tencent"
25-
organization_division = "Qcloud"
26-
organization_address = "广东省深圳市南山区腾讯大厦1000号"
27-
organization_country = "CN"
28-
organization_city = "深圳市"
29-
organization_region = "广东省"
30-
postal_code = "0755"
31-
phone_area_code = "0755"
32-
phone_number = "86013388"
33-
verify_type = "DNS"
34-
admin_first_name = "test"
35-
admin_last_name = "test"
36-
admin_phone_num = "12345678901"
37-
admin_email = "test@tencent.com"
38-
admin_position = "developer"
39-
contact_first_name = "test"
40-
contact_last_name = "test"
41-
contact_email = "test@tencent.com"
42-
contact_number = "12345678901"
43-
contact_position = "developer"
44-
}
45-
}
15+
resource "tencentcloud_ssl_pay_certificate" "example" {
16+
product_id = 33
17+
domain_num = 1
18+
alias = "ssl desc."
19+
project_id = 0
20+
information {
21+
csr_type = "online"
22+
certificate_domain = "www.example.com"
23+
organization_name = "Tencent"
24+
organization_division = "Qcloud"
25+
organization_address = "广东省深圳市南山区腾讯大厦1000号"
26+
organization_country = "CN"
27+
organization_city = "深圳市"
28+
organization_region = "广东省"
29+
postal_code = "0755"
30+
phone_area_code = "0755"
31+
phone_number = "86013388"
32+
verify_type = "DNS"
33+
admin_first_name = "test"
34+
admin_last_name = "test"
35+
admin_phone_num = "12345678901"
36+
admin_email = "test@tencent.com"
37+
admin_position = "developer"
38+
contact_first_name = "test"
39+
contact_last_name = "test"
40+
contact_email = "test@tencent.com"
41+
contact_number = "12345678901"
42+
contact_position = "developer"
43+
}
44+
}
4645
4746
```
4847
49-
# Import
48+
Import
5049
5150
payment SSL instance can be imported, e.g.
5251

0 commit comments

Comments
 (0)