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
*`instance_name` - (Required) The name of a mysql instance.
41
-
*`master_instance_id` - (Required, ForceNew) Indicates the master instance ID of recovery instances.
41
+
*`master_instance_id` - (Required) Indicates the master instance ID of recovery instances.
42
42
*`mem_size` - (Required) Memory size (in MB).
43
43
*`volume_size` - (Required) Disk size (in GB).
44
44
*`auto_renew_flag` - (Optional) Auto renew flag. NOTES: Only supported prepaid instance.
@@ -47,7 +47,7 @@ The following arguments are supported:
47
47
*`fast_upgrade` - (Optional) Specify whether to enable fast upgrade when upgrade instance spec, available value: `1` - enabled, `0` - disabled.
48
48
*`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.
49
49
*`intranet_port` - (Optional) Public access port. Valid value ranges: [1024~65535]. The default value is `3306`.
50
-
*`master_region` - (Optional, ForceNew) The zone information of the primary instance is required when you purchase a disaster recovery instance.
50
+
*`master_region` - (Optional) The zone information of the primary instance is required when you purchase a disaster recovery instance.
*`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.
53
53
*`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.
@@ -56,7 +56,7 @@ The following arguments are supported:
56
56
*`subnet_id` - (Optional) Private network ID. If `vpc_id` is set, this value is required.
57
57
*`tags` - (Optional) Instance tags.
58
58
*`vpc_id` - (Optional) ID of VPC, which can be modified once every 24 hours and can't be removed.
59
-
*`zone` - (Optional, ForceNew) Zone information, this parameter defaults to, the system automatically selects an Availability Zone.
59
+
*`zone` - (Optional) Zone information, this parameter defaults to, the system automatically selects an Availability Zone.
0 commit comments