@@ -30,7 +30,9 @@ Upgrade topics:
30
30
- [ Resource: ` google_compute_image ` ] ( #resource-google_compute_image )
31
31
- [ Resource: ` google_compute_instance ` ] ( #resource-google_compute_instance )
32
32
- [ Resource: ` google_compute_instance_from_template ` ] ( #resource-google_compute_instance_from_template )
33
+ - [ Resource: ` google_compute_instance_group_manager ` ] ( #resource-google_compute_instance_group_manager )
33
34
- [ Resource: ` google_compute_project_metadata ` ] ( #resource-google_compute_project_metadata )
35
+ - [ Resource: ` google_compute_region_instance_group_manager ` ] ( #resource-google_compute_region_instance_group_manager )
34
36
- [ Resource: ` google_compute_subnetwork_iam_* ` ] ( #resource-google_compute_subnetwork_iam_* )
35
37
- [ Resource: ` google_compute_target_pool ` ] ( #resource-google_compute_target_pool )
36
38
- [ Resource: ` google_compute_url_map ` ] ( #resource-google_compute_url_map )
@@ -301,13 +303,32 @@ Use `network_interface.*.network_ip` instead.
301
303
Terraform will remove values not explicitly set in this field. Any ` metadata ` values
302
304
that were added outside of Terraform should be added to the config.
303
305
306
+ ## Resource: ` google_compute_instance_group_manager `
307
+
308
+ ### ` version ` , ` auto_healing_policies ` , ` rolling_update_policy ` have been removed from the GA provider
309
+
310
+ Use the [ ` google-beta ` provider] ( #google-beta-provider ) to use these fields.
311
+ ` rolling_update_policy ` has been renamed to ` update_policy ` in ` google-beta ` .
312
+
304
313
## Resource: ` google_compute_project_metadata `
305
314
306
315
### ` metadata ` is now authoritative
307
316
308
317
Terraform will remove values not explicitly set in this field. Any ` metadata ` values
309
318
that were added outside of Terraform should be added to the config.
310
319
320
+ ## Resource: ` google_compute_region_instance_group_manager `
321
+
322
+ ### ` version ` , ` auto_healing_policies ` , ` rolling_update_policy ` have been removed from the GA provider
323
+
324
+ Use the [ ` google-beta ` provider] ( #google-beta-provider ) to use these fields.
325
+ ` rolling_update_policy ` has been renamed to ` update_policy ` in ` google-beta ` .
326
+
327
+ ### ` update_strategy ` no longer has any effect and is deprecated
328
+
329
+ With ` rolling_update_policy ` removed, ` update_strategy ` has no effect anymore.
330
+ Remove it from your config at your convenience.
331
+
311
332
## Resource: ` google_compute_subnetwork_iam_* `
312
333
313
334
### subnetwork IAM resources have been removed from the GA provider
0 commit comments