Skip to content

Commit 0d14864

Browse files
author
WeiMengXS
committed
fix: commit
1 parent 1efcb7a commit 0d14864

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/docs/r/cam_mfa_flag.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Provides a resource to create a cam mfa_flag
1414
## Example Usage
1515

1616
```hcl
17+
data "tencentcloud_user_info" "info" {}
18+
1719
resource "tencentcloud_cam_mfa_flag" "mfa_flag" {
18-
op_uin = 20003 xxxxxxx
20+
op_uin = data.tencentcloud_user_info.info.uin
1921
login_flag {
2022
phone = 0
2123
stoken = 1
2224
wechat = 0
23-
2425
}
2526
action_flag {
2627
phone = 0

website/docs/r/ssl_pay_certificate.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The `information` object supports the following:
9595
* `postal_code` - (Required, String) Company postal code.
9696
* `verify_type` - (Required, String) Certificate verification method. Valid values: `DNS_AUTO`, `DNS`, `FILE`. `DNS_AUTO` means automatic DNS verification, this verification type is only supported for domain names resolved by Tencent Cloud and the resolution status is normal, `DNS` means manual DNS verification, `FILE` means file verification.
9797
* `csr_content` - (Optional, String) CSR content uploaded.
98-
* `csr_type` - (Optional, String, ForceNew) CSR generation method. Valid values: `online`, `parse`. `online` means online generation, `parse` means manual upload.
98+
* `csr_type` - (Optional, String) CSR generation method. Valid values: `online`, `parse`. `online` means online generation, `parse` means manual upload.
9999
* `domain_list` - (Optional, Set) Array of uploaded domain names, multi-domain certificates can be uploaded.
100100
* `key_password` - (Optional, String) Private key password.
101101

0 commit comments

Comments
 (0)