FEATURES:
- New Data Source:
google_bigquery_dataset
(#16368)
IMPROVEMENTS:
- alloydb: added
SECONDARY
as an option forinstance_type
field ingoogle_alloydb_instance
resource, to support creation of secondary instance inside a secondary cluster. (#16398) - alloydb: added
deletion_policy
field togoogle_alloydb_cluster
resource, to allow force-destroying instances along with their cluster. This is necessary to delete secondary instances, which cannot be deleted otherwise. (#16398) - alloydb: added support to promote
google_alloydb_cluster
resources from secondary to primary (#16413) - alloydb: increased default timeout on
google_alloydb_instance
to 120m from 40m (#16398) - dataproc: added
instance_flexibility_policy
field rogoogle_dataproc_cluster
resource (#16417) - monitoring: added
subject
field togoogle_monitoring_alert_policy
resource (#16414) - storage: added
enable_object_retention
field togoogle_storage_bucket
resource (#16412) - storage: added
retention
field togoogle_storage_bucket_object
resource (#16412)
BUG FIXES:
- firestore: fixed an issue with creation of multiple
google_firestore_field
resources (#16372)