File tree 4 files changed +51
-6
lines changed
4 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 1
1
```release-note:new-resource
2
- tencentcloud_cdwpg_account
2
+ tencentcloud_cdwpg_reset_account_password
3
3
```
4
4
5
5
```release-note:new-resource
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ The following arguments are supported:
66
66
* ` user_subnet_id ` - (Required, String) subnet.
67
67
* ` user_vpc_id ` - (Required, String) private network.
68
68
* ` zone ` - (Required, String) Availability Zone.
69
+ * ` product_version ` - (Optional, String) Version.
69
70
* ` tags ` - (Optional, Map) Tag description list.
70
71
71
72
The ` charge_properties ` object supports the following:
Original file line number Diff line number Diff line change
1
+ ---
2
+ subcategory : " CDWPG"
3
+ layout : " tencentcloud"
4
+ page_title : " TencentCloud: tencentcloud_cdwpg_reset_account_password"
5
+ sidebar_current : " docs-tencentcloud-resource-cdwpg_reset_account_password"
6
+ description : |-
7
+ Provides a resource to reset cdwpg account password
8
+ ---
9
+
10
+ # tencentcloud_cdwpg_reset_account_password
11
+
12
+ Provides a resource to reset cdwpg account password
13
+
14
+ ## Example Usage
15
+
16
+ ``` hcl
17
+ resource "tencentcloud_cdwpg_reset_account_password" "cdwpg_reset_account_password" {
18
+ instance_id = "cdwpg-zpiemnyd"
19
+ user_name = "dbadmin"
20
+ new_password = "testpassword"
21
+ }
22
+ ```
23
+
24
+ ## Argument Reference
25
+
26
+ The following arguments are supported:
27
+
28
+ * ` instance_id ` - (Required, String, ForceNew) Instance id.
29
+ * ` new_password ` - (Required, String) New password.
30
+ * ` user_name ` - (Required, String, ForceNew) Username.
31
+
32
+ ## Attributes Reference
33
+
34
+ In addition to all arguments above, the following attributes are exported:
35
+
36
+ * ` id ` - ID of the resource.
37
+
38
+
39
+
40
+ ## Import
41
+
42
+ cdwpg reset account password can be imported using the id, e.g.
43
+
44
+ ```
45
+ terraform import tencentcloud_cdwpg_reset_account_password.cdwpg_account cdwpg_reset_account_password_id
46
+ ```
47
+
Original file line number Diff line number Diff line change 585
585
< li >
586
586
< a href ="/docs/providers/tencentcloud/r/cdwpg_dbconfig.html "> tencentcloud_cdwpg_dbconfig</ a >
587
587
</ li >
588
- < li >
589
- < a href ="/docs/providers/tencentcloud/r/cdwpg_account.html "> tencentcloud_cdwpg_account</ a >
590
- </ li >
591
588
< li >
592
589
< a href ="/docs/providers/tencentcloud/r/cdwpg_instance.html "> tencentcloud_cdwpg_instance</ a >
593
590
</ li >
594
591
< li >
595
- < a href ="/docs/providers/tencentcloud/r/cdwpg_restart_instance .html "> tencentcloud_cdwpg_restart_instance </ a >
592
+ < a href ="/docs/providers/tencentcloud/r/cdwpg_reset_account_password .html "> tencentcloud_cdwpg_reset_account_password </ a >
596
593
</ li >
597
594
< li >
598
- < a href ="/docs/providers/tencentcloud/r/cdwpg_upgrade_instance .html "> tencentcloud_cdwpg_upgrade_instance </ a >
595
+ < a href ="/docs/providers/tencentcloud/r/cdwpg_restart_instance .html "> tencentcloud_cdwpg_restart_instance </ a >
599
596
</ li >
600
597
< li >
601
598
< a href ="/docs/providers/tencentcloud/r/cdwpg_userhba.html "> tencentcloud_cdwpg_userhba</ a >
You can’t perform that action at this time.
0 commit comments