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
* Add SHARED_LOADBALANCER_VIP as option for google_compute_address.purpose ([#2204](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2204))
10
+
* app_engine: added the option to specify `database_type` in `google_app_engine_application` ([#2193](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2193))
11
+
* compute: Added `mode` to `google_compute_autoscaler``autoscaling_policy` ([#2214](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2214))
12
+
* compute: Added `remove_instance_state_on_destroy` to `google_compute_per_instance_config` to control deletion of underlying instance state. ([#2187](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2187))
13
+
* compute: Added `remove_instance_state_on_destroy` to `google_compute_region_per_instance_config` to control deletion of underlying instance state. ([#2187](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2187))
14
+
* compute: Added `scale_down_control` for `google_compute_autoscaler``autoscaling_policy` ([#2214](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2214))
15
+
* dns: enabled `google_dns_policy` to accept network id #6577 ([#2189](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2189))
16
+
17
+
BUG FIXES:
18
+
* appengine: Added polling to `google_app_engine_firewall_rule` to prevent issues with eventually consistent creation ([#2197](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2197))
19
+
* compute: Allowed updating `google_compute_network_peering_routes_config ``import_custom_routes` and `export_custom_routes` to false ([#2190](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2190))
20
+
* netblock: fixed the google netblock ranges returned by the `google_netblock_ip_ranges` by targeting json on gstatic domain instead of reading SPF dns records (solution provided by network team) ([#2210](https://github.com/terraform-providers/terraform-provider-google-beta/pull/2210))
0 commit comments