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
*`engine_version` - (Optional, String, 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.
62
62
*`fast_upgrade` - (Optional, Int) Specify whether to enable fast upgrade when upgrade instance spec, available value: `1` - enabled, `0` - disabled.
63
-
*`first_slave_zone` - (Optional, String, ForceNew) Zone information about first slave instance.
63
+
*`first_slave_zone` - (Optional, String) Zone information about first slave instance.
64
64
*`force_delete` - (Optional, Bool) 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.
65
65
*`internet_service` - (Optional, Int) Indicates whether to enable the access to an instance from public network: 0 - No, 1 - Yes.
66
66
*`intranet_port` - (Optional, Int) Public access port. Valid value ranges: [1024~65535]. The default value is `3306`.
@@ -71,10 +71,10 @@ The following arguments are supported:
71
71
*`prepaid_period` - (Optional, Int) Period of instance. NOTES: Only supported prepaid instance.
72
72
*`project_id` - (Optional, Int) Project ID, default value is 0.
73
73
*`root_password` - (Optional, String) Password of root account. This parameter can be specified when you purchase master instances, but it should be ignored when you purchase read-only instances or disaster recovery instances.
74
-
*`second_slave_zone` - (Optional, String, ForceNew) Zone information about second slave instance.
74
+
*`second_slave_zone` - (Optional, String) Zone information about second slave instance.
75
75
*`security_groups` - (Optional, Set: [`String`]) Security groups to use.
76
-
*`slave_deploy_mode` - (Optional, Int, ForceNew) Availability zone deployment method. Available values: 0 - Single availability zone; 1 - Multiple availability zones.
0 commit comments