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_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
@@ -56,6 +56,7 @@ The following arguments are supported:
56
56
*`auto_renew_flag` - (Optional) Auto renew flag. NOTES: Only supported prepaid instance.
57
57
*`availability_zone` - (Optional, ForceNew) Indicates which availability zone will be used.
58
58
*`charge_type` - (Optional, ForceNew) Pay type of instance. Valid values:`PREPAID`, `POSTPAID`. Default is `POSTPAID`.
59
+
*`cpu` - (Optional) CPU cores.
59
60
*`engine_version` - (Optional, ForceNew) The version number of the database engine to use. Supported versions include 5.5/5.6/5.7/8.0, and default is 5.7.
60
61
*`first_slave_zone` - (Optional, ForceNew) Zone information about first slave instance.
61
62
*`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.
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
@@ -42,6 +42,7 @@ The following arguments are supported:
42
42
*`volume_size` - (Required) Disk size (in GB).
43
43
*`auto_renew_flag` - (Optional) Auto renew flag. NOTES: Only supported prepaid instance.
44
44
*`charge_type` - (Optional, ForceNew) Pay type of instance. Valid values:`PREPAID`, `POSTPAID`. Default is `POSTPAID`.
45
+
*`cpu` - (Optional) CPU cores.
45
46
*`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.
46
47
*`intranet_port` - (Optional) Public access port. Valid value ranges: [1024~65535]. The default value is `3306`.
47
48
*`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.
0 commit comments