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
Copy file name to clipboardExpand all lines: website/docs/r/mysql_readonly_instance.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The following arguments are supported:
46
46
*`cpu` - (Optional) CPU cores.
47
47
*`force_delete` - (Optional) Indicate whether to delete instance directly or not. Default is `false`. If set true, the instance will be deleted instead of staying recycle bin. Note: only works for `PREPAID` instance. When the main mysql instance set true, this para of the readonly mysql instance will not take effect.
48
48
*`intranet_port` - (Optional) Public access port. Valid value ranges: [1024~65535]. The default value is `3306`.
49
+
*`master_region` - (Optional, ForceNew) The zone information of the primary instance is required when you purchase a disaster recovery instance.
49
50
*`pay_type` - (Optional, **Deprecated**) It has been deprecated from version 1.36.0. Please use `charge_type` instead. Pay type of instance. Valid values: `0`, `1`. `0`: prepaid, `1`: postpaid.
50
51
*`period` - (Optional, **Deprecated**) It has been deprecated from version 1.36.0. Please use `prepaid_period` instead. Period of instance. NOTES: Only supported prepaid instance.
51
52
*`prepaid_period` - (Optional) Period of instance. NOTES: Only supported prepaid instance.
0 commit comments