FEATURES:
- New Data Source:
google_kms_crypto_key_latest_version
(#19249) - New Data Source:
google_kms_crypto_key_versions
(#19241)
IMPROVEMENTS:
- databasemigrationservice: added support in
google_database_migration_service_connection_profile
for creating DMS connection profiles that link to existing Cloud SQL instances/AlloyDB clusters. (#19291) - alloydb: added
subscription_type
andtrial_metadata
field togoogle_alloydb_cluster
resource (#19262) - bigquery: added
encryption_configuration
field togoogle_bigquery_data_transfer_config
resource (#19267) - bigqueryanalyticshub: added
selected_resources
, andrestrict_direct_table_access
togoogle_bigquery_analytics_hub_listing
resource (#19244) - bigqueryanalyticshub: added
sharing_environment_config
togoogle_bigquery_analytics_hub_data_exchange
resource (#19244) - cloudtasks: added
http_target
field togoogle_cloud_tasks_queue
resource (#19253) - compute: added
accelerators
field togoogle_compute_node_template
resource (#19292) - compute: allowed disabling
server_tls_policy
during update ingoogle_compute_target_https_proxy
resources (#19233) - container: added
secret_manager_config
field togoogle_container_cluster
resource (ga) (#19288) - datastream: added
transaction_logs
andchange_tables
to thedatastream_stream
resource (#19248) - discoveryengine: added
chunking_config
andlayout_parsing_config
fields togoogle_discovery_engine_data_store
resource (#19274) - dlp: added
inspect_template_modified_cadence
field tobig_query_target
andcloud_sql_target
ingoogle_data_loss_prevention_discovery_config
resource (#19282) - dlp: added
tag_resources
field togoogle_data_loss_prevention_discovery_config
resource (#19282) - networksecurity:
google_network_security_client_tls_policy
in v1 (#19293)
BUG FIXES:
- bigquery: fixed an error which could occur with email field values containing non-lower-case characters in
google_bigquery_dataset_access
resource (#19259) - bigqueryanalyticshub: made
bigquery_dataset
immutable ingoogle_bigquery_analytics_hub_listing
as it was not updatable in the API. Now modifying the field in Terraform will correctly recreate the resource rather than causing Terraform to report it would attempt an invalid update. (#19244) - container: fixed update inconsistency in
google_container_cluster
resource (#19247) - pubsub: fixed a validation bug that didn't allow empty filter definitions for
google_pubsub_subscription
resources (#19284) - resourcemanager: fixed a bug where data.google_client_config failed silently when inadequate credentials were used to configure the provider (#19286)
- sql: fixed importing
google_sql_user
wherehost
is an IPv4 CIDR (#19243) - sql: fixed overwriting of
name
field for IAM Group user ingoogle_sql_user
resource (#19234)