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
*`available_zone` - (Required, ForceNew) The available zone of the Mongodb standby instance. NOTE: must not be same with father instance's.
62
-
*`father_instance_id` - (Required, ForceNew) Indicates the father instance ID of standby instances.
63
-
*`father_instance_region` - (Required, ForceNew) Indicates the region of father instance.
62
+
*`father_instance_id` - (Required, ForceNew) Indicates the main instance ID of standby instances.
63
+
*`father_instance_region` - (Required, ForceNew) Indicates the region of main instance.
64
64
*`instance_name` - (Required) Name of the Mongodb instance.
65
65
*`memory` - (Required) Memory size. The minimum value is 2, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
66
66
*`volume` - (Required) Disk size. The minimum value is 25, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
@@ -79,8 +79,8 @@ In addition to all arguments above, the following attributes are exported:
79
79
80
80
*`id` - ID of the resource.
81
81
*`create_time` - Creation time of the Mongodb instance.
82
-
*`engine_version` - Version of the standby Mongodb instance and must be same as the father's.
83
-
*`machine_type` - Type of standby Mongodb instance and must be same as the father's.
82
+
*`engine_version` - Version of the standby Mongodb instance and must be same as the version of main instance.
83
+
*`machine_type` - Type of standby Mongodb instance and must be same as the type of main instance.
84
84
*`status` - Status of the Mongodb instance, and available values include pending initialization(expressed with 0), processing(expressed with 1), running(expressed with 2) and expired(expressed with -2).
0 commit comments