Skip to content

Commit c3a17f5

Browse files
author
hellertang
authored
read only mysql instance (#798)
1 parent 1ac2580 commit c3a17f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tencentcloud/resource_tc_mysql_readonly_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
Provides a mysql instance resource to create read-only database instances.
33
4+
~> **NOTE:** Read-only instances can be purchased only for two-node or three-node source instances on MySQL 5.6 or above with the InnoDB engine at a specification of 1 GB memory and 50 GB disk capacity or above.
45
~> **NOTE:** The terminate operation of read only 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.
56
67
Example Usage

website/docs/r/mysql_readonly_instance.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ description: |-
1111

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

14+
~> **NOTE:** Read-only instances can be purchased only for two-node or three-node source instances on MySQL 5.6 or above with the InnoDB engine at a specification of 1 GB memory and 50 GB disk capacity or above.
1415
~> **NOTE:** The terminate operation of read only 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.
1516

1617
## Example Usage

0 commit comments

Comments
 (0)