FEATURES:
- New Data Source:
google_bigquery_dataset
(#6570)
IMPROVEMENTS:
- alloydb: added
SECONDARY
as an option forinstance_type
field ingoogle_alloydb_instance
resource, to support creation of secondary instance inside a secondary cluster. (#6583) - 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. (#6583) - alloydb: added support to promote
google_alloydb_cluster
resources from secondary to primary (#6589) - alloydb: increased default timeout on
google_alloydb_instance
to 120m from 40m (#6583) - dataproc: added
instance_flexibility_policy
field rogoogle_dataproc_cluster
resource (#6593) - monitoring: added
subject
field togoogle_monitoring_alert_policy
resource (#6590) - storage: added
enable_object_retention
field togoogle_storage_bucket
resource (#6588) - storage: added
retention
field togoogle_storage_bucket_object
resource (#6588) - workflows: added
user_env_vars
field togoogle_workflows_workflow
resource (#6567)
BUG FIXES: