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
Description: `The shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).`,
222
+
},
223
+
216
224
"update_policy": {
217
225
Type: schema.TypeList,
218
226
Computed: true,
@@ -345,7 +353,7 @@ func resourceComputeRegionInstanceGroupManagerCreate(d *schema.ResourceData, met
Copy file name to clipboardExpand all lines: website/docs/r/compute_region_instance_group_manager.html.markdown
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,15 @@ description: |-
11
11
12
12
The Google Compute Engine Regional Instance Group Manager API creates and manages pools
13
13
of homogeneous Compute Engine virtual machine instances from a common instance
14
-
template. For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups)
15
-
and [API](https://cloud.google.com/compute/docs/reference/latest/regionInstanceGroupManagers)
14
+
template.
16
15
17
-
~> **Note:** Use [google_compute_instance_group_manager](/docs/providers/google/r/compute_instance_group_manager.html) to create a single-zone instance group manager.
16
+
To get more information about regionInstanceGroupManagers, see:
*[Regional Instance Groups Guide](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups)
21
+
22
+
~> **Note:** Use [google_compute_instance_group_manager](/docs/providers/google/r/compute_instance_group_manager.html) to create a zonal instance group manager.
18
23
19
24
## Example Usage with top level instance template (`google` provider)
20
25
@@ -138,6 +143,8 @@ group. You can specify only one value. Structure is documented below. For more i
138
143
*`distribution_policy_zones` - (Optional) The distribution policy for this managed instance
139
144
group. You can specify one or more values. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups#selectingzones).
140
145
146
+
*`distribution_policy_target_shape` - (Optional) The shape to which the group converges either proactively or on resize events (depending on the value set in update_policy.0.instance_redistribution_type). For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/regional-mig-distribution-shape).
147
+
141
148
*`stateful_disk` - (Optional) Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
0 commit comments