Skip to content

Commit 6c49bea

Browse files
committed
markdown format for github.
1 parent 55d813a commit 6c49bea

8 files changed

+35
-35
lines changed

website/docs/d/mysql_instance.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ description: |-
66
Use this data source to get information about a MySQL instance.
77
---
88

9-
#tencentcloud_mysql_instance##
9+
# tencentcloud_mysql_instance
1010

1111
Use this data source to get information about a MySQL instance
1212

13-
##Example Usage
13+
## Example Usage
1414

1515
```
1616
data "tencentcloud_mysql_instance" "database"{
@@ -19,7 +19,7 @@ data "tencentcloud_mysql_instance" "database"{
1919
```
2020

2121

22-
##Argument Reference
22+
## Argument Reference
2323

2424
The following arguments are supported:
2525

@@ -37,7 +37,7 @@ The following arguments are supported:
3737
- `limit` - (Optional) Number of results returned for a single request. Default is 20, and maximum is 2000.
3838

3939

40-
##Attributes Reference
40+
## Attributes Reference
4141

4242
In addition to all arguments above, the following attributes are exported:
4343

website/docs/d/mysql_parameter_list.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ description: |-
66
Use this data source to get information about a parameter group of a database instance.
77
---
88

9-
#tencentcloud_mysql_parameter_list
9+
# tencentcloud_mysql_parameter_list
1010

1111
Use this data source to get information about a parameter group of a database instance.
1212

13-
##Example Usage
13+
## Example Usage
1414

1515
```
1616
data "tencentcloud_mysql_parameter_list" "mysql" {
@@ -19,15 +19,15 @@ data "tencentcloud_mysql_parameter_list" "mysql" {
1919
}
2020
2121
```
22-
##Argument Reference
22+
## Argument Reference
2323

2424
The following arguments are supported:
2525

2626
- `mysql_id` - (Optional) Instance ID.
2727
- `engine_version` – (Optional) The version number of the database engine to use. Supported versions include 5.5/5.6/5.7.
2828

2929

30-
##Attributes Reference
30+
## Attributes Reference
3131

3232
In addition to all arguments above, the following attributes are exported:
3333

website/docs/d/mysql_zone_config.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ description: |-
66
Use this data source to query the available database specifications for different regions. And a maximum of 20 requests can be initiated per second for this query.
77
---
88

9-
#tencentcloud_mysql_zone_config
9+
# tencentcloud_mysql_zone_config
1010

1111
Use this data source to query the available database specifications for different regions. And a maximum of 20 requests can be initiated per second for this query.
1212

13-
##Example Usage
13+
## Example Usage
1414
```
1515
data "tencentcloud_mysql_zone_config" "mysql" {
1616
region = "ap-guangzhou"
1717
result_output_file = "mytestpath"
1818
}
1919
```
20-
##Argument Reference
20+
## Argument Reference
2121

2222
The following arguments are supported:
2323

2424
- `region` - (Optional) Region parameter, which is used to identify the region to which the data you want to work with belongs.
2525
- `result_output_file` - (Optional) Used to store results.
2626

27-
##Attributes Reference
27+
## Attributes Reference
2828

2929
In addition to all arguments above, the following attributes are exported:
3030

website/docs/r/mysql_account.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_mysql_account"
44
sidebar_current: "docs-tencentcloud-tencentcloud_mysql_account"
55
description: |-
6-
Provides a MySQL account resource for database management. A MySQL instance supports multiple database account.
6+
Provides a MySQL account resource for database management. A MySQL instance supports multiple database account.
77
---
88

9-
#tencentcloud_mysql_account
9+
# tencentcloud_mysql_account
1010

1111
Provides a MySQL account resource for database management. A MySQL instance supports multiple database account.
1212

1313

14-
##Example Usage
14+
## Example Usage
1515

1616
```
1717
resource "tencentcloud_mysql_account" "default" {
@@ -23,7 +23,7 @@ resource "tencentcloud_mysql_account" "default" {
2323
2424
```
2525

26-
##Argument Reference
26+
## Argument Reference
2727

2828

2929
The following arguments are supported:

website/docs/r/mysql_account_privilege.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_mysql_account_privilege"
44
sidebar_current: "docs-tencentcloud-tencentcloud_mysql_account_privilege"
55
description: |-
6-
Provides a mysql account privilege resource to grant different access privilege to different database. A database can be granted by multiple account.
6+
Provides a mysql account privilege resource to grant different access privilege to different database. A database can be granted by multiple account.
77
---
88

9-
#tencentcloud_mysql_account_privilege
9+
# tencentcloud_mysql_account_privilege
1010

1111

1212
Provides a mysql account privilege resource to grant different access privilege to different database. A database can be granted by multiple account.
1313

1414

15-
##Example Usage
15+
## Example Usage
1616

1717

1818
```
@@ -24,7 +24,7 @@ resource " tencentcloud_mysql_account_privilege" "default" {
2424
}
2525
```
2626

27-
##Argument Reference
27+
## Argument Reference
2828

2929
The following arguments are supported:
3030

website/docs/r/mysql_backup_policy.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_mysql_backup_policy"
44
sidebar_current: "docs-tencentcloud-tencentcloud_mysql_backup_policy"
55
description: |-
6-
Provides a mysql policy resource to create a backup policy.
6+
Provides a mysql policy resource to create a backup policy.
77
---
88

9-
#tencentcloud_mysql_backup_policy
9+
# tencentcloud_mysql_backup_policy
1010

1111
Provides a mysql policy resource to create a backup policy.
1212

13-
##Example Usage
13+
## Example Usage
1414

1515
```
1616
resource " tencentcloud_mysql_backup_policy " "default" {
@@ -21,7 +21,7 @@ resource " tencentcloud_mysql_backup_policy " "default" {
2121
}
2222
```
2323

24-
##Argument Reference
24+
## Argument Reference
2525

2626
The following arguments are supported:
2727

@@ -30,7 +30,7 @@ The following arguments are supported:
3030
- `backup_model` – (Optional) Backup method. Supported values include: physical - physical backup, and logical - logical backup.
3131
- `backup_time` – (Optional) Instance backup time, in the format of "HH:mm-HH:mm". Time setting interval is four hours. Default to "02:00-06:00". The following value can be supported: 02:00\-06:00, 06:00\-10:00, 10:00\-14:00, 14:00\-18:00, 18:00\-22:00, and 22:00\-02:00.
3232

33-
##Attributes Reference
33+
## Attributes Reference
3434

3535
In addition to all arguments above, the following attributes are exported:
3636

website/docs/r/mysql_instance.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_mysql_instance"
44
sidebar_current: "docs-tencentcloud-tencentcloud_mysql_instance"
55
description: |-
6-
Provides a mysql instance resource to create master database instances.
6+
Provides a mysql instance resource to create master database instances.
77
---
88

9-
#tencentcloud_mysql_instance
9+
# tencentcloud_mysql_instance
1010

1111

1212
Provides a mysql instance resource to create master database instances.
1313

1414

15-
##Example Usage
15+
## Example Usage
1616

1717
```
1818
resource " tencentcloud_mysql_instance" "default" {
@@ -42,7 +42,7 @@ resource " tencentcloud_mysql_instance" "default" {
4242
4343
```
4444

45-
##Argument Reference
45+
## Argument Reference
4646

4747
The following arguments are supported:
4848

@@ -66,7 +66,7 @@ The following arguments are supported:
6666
- `tags` – (Optional) Instance tags.
6767

6868

69-
##Attributes Reference
69+
## Attributes Reference
7070

7171
In addition to all arguments above, the following attributes are exported:
7272

website/docs/r/mysql_readonly_instance.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: "tencentcloud"
33
page_title: "TencentCloud: tencentcloud_mysql_readonly_instance"
44
sidebar_current: "docs-tencentcloud-tencentcloud_mysql_readonly_instance"
55
description: |-
6-
Provides a mysql instance resource to create read-only database instances.
6+
Provides a mysql instance resource to create read-only database instances.
77
---
88

9-
#tencentcloud_mysql_readonly_instance
9+
# tencentcloud_mysql_readonly_instance
1010

1111
Provides a mysql instance resource to create read-only database instances.
1212

1313

14-
##Example Usage
14+
## Example Usage
1515

1616
```
1717
resource " tencentcloud_mysql_readonly_instance " "default" {
@@ -29,7 +29,7 @@ resource " tencentcloud_mysql_readonly_instance " "default" {
2929
}
3030
3131
```
32-
##Argument Reference
32+
## Argument Reference
3333

3434
The following arguments are supported:
3535

@@ -44,7 +44,7 @@ The following arguments are supported:
4444
- `tags` – (Optional) Instance tags.
4545

4646

47-
##Attributes Reference
47+
## Attributes Reference
4848

4949
In addition to all arguments above, the following attributes are exported:
5050

0 commit comments

Comments
 (0)