FEATURES:
- New Data Source:
google_compute_router_status
(#3859)
IMPROVEMENTS:
- compute: added support for
queue_count
togoogle_compute_instance.network_interface
andgoogle_compute_instance_template.network_interface
(#3857)
BUG FIXES:
- all: fixed an issue where some documentation for new resources was not showing up in the GA provider if it was beta-only. (#3848)
- bigquery: fixed update failure when attempting to change non-updatable fields in
google_bigquery_routine
. (#3849) - compute: fixed a bug that would cause
google_instance_from_machine_image
to fail with a resourceInUseByAnotherResource error (#3855) - compute: fixed a bug when
cache_mode
is set to FORCE_CACHE_ALL ongoogle_compute_backend_bucket
(#3858) - compute: fixed a perma-diff on
google_compute_region_health_check
whenlog_config.enable
is set to false (#3853) - servicedirectory: added support for vpc network configuration in
google_service_directory_endpoint
. (#3856)