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
@@ -183,11 +182,11 @@ group. You can specify only one value. Structure is [documented below](#nested_a
183
182
allInstancesConfig on the group, you must update the group's instances to
184
183
apply the configuration.
185
184
186
-
*`standby_policy` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
185
+
*`standby_policy` - (Optional) The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
187
186
188
-
*`target_suspended_size` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The target number of suspended instances for this managed instance group.
187
+
*`target_suspended_size` - (Optional) The target number of suspended instances for this managed instance group.
189
188
190
-
*`target_stopped_size` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The target number of stopped instances for this managed instance group.
189
+
*`target_stopped_size` - (Optional) The target number of stopped instances for this managed instance group.
191
190
192
191
*`stateful_disk` - (Optional) Disks created on the instances that will be preserved on instance delete, update, etc. Structure is [documented below](#nested_stateful_disk). For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs).
@@ -184,11 +183,11 @@ group. You can specify only one value. Structure is documented below. For more i
184
183
allInstancesConfig on the group, you must update the group's instances to
185
184
apply the configuration.
186
185
187
-
*`standby_policy` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
186
+
*`standby_policy` - (Optional) The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
188
187
189
-
*`target_suspended_size` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The target number of suspended instances for this managed instance group.
188
+
*`target_suspended_size` - (Optional) The target number of suspended instances for this managed instance group.
190
189
191
-
*`target_stopped_size` - (Optional[Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The target number of stopped instances for this managed instance group.
190
+
*`target_stopped_size` - (Optional) The target number of stopped instances for this managed instance group.
192
191
193
192
*`update_policy` - (Optional) The update policy for this managed instance group. Structure is [documented below](#nested_update_policy). For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
0 commit comments