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
Provides a mysql instance resource to create read-only database instances.
2
2
3
-
~> **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.
4
-
~> **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.
5
-
6
3
Example Usage
7
4
8
5
```hcl
9
-
data "tencentcloud_availability_zones_by_product" "zones" {
Copy file name to clipboardExpand all lines: website/docs/r/mysql_dr_instance.html.markdown
+25-64Lines changed: 25 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -11,72 +11,33 @@ description: |-
11
11
12
12
Provides a mysql instance resource to create read-only database instances.
13
13
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.
15
-
~> **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.
16
-
17
14
## Example Usage
18
15
19
16
```hcl
20
-
data "tencentcloud_availability_zones_by_product" "zones" {
0 commit comments