Sourced from hashicorp/google's releases.
v6.1.0
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)
Sourced from hashicorp/google's changelog.
6.1.0 (September 4, 2024)
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 (#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: promoted
google_network_security_client_tls_policy
to GA (#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)5.43.1 (August 30, 2024)
NOTES:
- 5.43.1 is a backport release, and some changes will not appear in 6.X series releases until 6.1.0
BUG FIXES:
- pubsub: fixed a validation bug that didn't allow empty filter definitions for
google_pubsub_subscription
resources (#19284)
1d6b5ef
Update CHANGELOG.md (#19334)5a0b753
Mark VcrTest() as a test helper function (#11453) (#19294)5240ce4
Promote Client Tls Policy to V1 (#11547) (#19293)daef6a7
Adding accelerators[] for NodeTemplate (#11511) (#19292)1b34d2d
Support creating Database Migration Service connection profiles connected to ...a0f2a77
Made virtual fields get generated with the same template as non-virtual field...88f9d7c
Add "goog-terraform-provisioned": "true" to all TGC JSON files that already h...94683d7
Terraform Support for Secret Manager CSI addon GA Version (#11468) (#19288)33db873
Remove testing of 6.0.0 feature branch, resume testing main branch all week d...eef7f65
Fix how data.google_client_config
handles errors from invalid credentials (...