You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -711,7 +715,7 @@ func resourceTencentCloudMysqlInstanceCreate(d *schema.ResourceData, meta interf
711
715
}
712
716
}
713
717
//internal version: replace setTag end, please do not modify this annotation and refrain from inserting any code between the beginning and end lines of the annotation.
Copy file name to clipboardExpand all lines: tencentcloud/services/cdb/resource_tc_mysql_instance.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
Provides a mysql instance resource to create master database instances.
1
+
Provides a MySQL instance resource to create master database instances.
2
2
3
3
~> **NOTE:** If this mysql has readonly instance, the terminate operation of the mysql does NOT take effect immediately, maybe takes for several hours. so during that time, VPCs associated with that mysql instance can't be terminated also.
4
4
5
-
~> **NOTE:** The value of parameter `parameters` can be used with tencentcloud_mysql_parameter_list to obtain.
5
+
~> **NOTE:** The value of parameter `parameters` can be used with `tencentcloud_mysql_parameter_list` to obtain.
Provides a mysql instance resource to create master database instances.
7
+
Provides a MySQL instance resource to create master database instances.
8
8
---
9
9
10
10
# tencentcloud_mysql_instance
11
11
12
-
Provides a mysql instance resource to create master database instances.
12
+
Provides a MySQL instance resource to create master database instances.
13
13
14
14
~> **NOTE:** If this mysql has readonly instance, the terminate operation of the mysql does NOT take effect immediately, maybe takes for several hours. so during that time, VPCs associated with that mysql instance can't be terminated also.
15
15
16
-
~> **NOTE:** The value of parameter `parameters` can be used with tencentcloud_mysql_parameter_list to obtain.
16
+
~> **NOTE:** The value of parameter `parameters` can be used with `tencentcloud_mysql_parameter_list` to obtain.
0 commit comments