NOTES: From this release onwards google_compute_shared_vpc_service_project
will not recognise the Shared VPC Admin role when assigned at the folder level in the GA provider, as that functionality is not enabled in the GA API. If you have folder-level IAM configured for Shared VPC permissions, use the google-beta
provider instead.
FEATURES:
IMPROVEMENTS:
- cloudrun: suppressed metadata.labels["cloud.googleapis.com/location"] value in
google_cloud_run_service
(#8574) - compute: added
mtu
field togoogle_compute_interconnect_attachment
(#8575) - compute: added support for
nic_type
togoogle_compute_instance
(GA only) (#8562) - datafusion: added support for the
DEVELOPER
instance type togoogle_data_fusion_instance
(#8590) - monitoring: added windows based availability sli to the resource
google_monitoring_slo
(#8588) - sql: added
settings.0.backup_configuration.transaction_log_retention_days
andsettings.0.backup_configuration.transaction_log_retention_days
fields togoogle_sql_database_instance
(#8582) - storage: added
kms_key_name
togoogle_storage_bucket_object
resource (#8615)
BUG FIXES:
- bigquery: fixed materialized view to be recreated when query changes (#8628)
- bigtable: fixed bug where gc_policy would attempt to recreate the resource when switching from deprecated attribute but maintaining the same underlying value (#8639)
- bigtable: required resource recreation if any fields change on
resource_bigtable_gc_policy
(#8552) - binaryauthorization: fixed permadiff in
google_binary_authorization_attestor
(#8636) - cloudfunction: added retry logic for
google_cloudfunctions_function
updates (#8554) - cloudidentity: fixed a bug where
google_cloud_identity_group
would periodically fail with a 403 (#8585) - compute: fixed a perma-diff for
nat_ips
that were specified as short forms ingoogle_compute_router_nat
(#8576) - compute: fixed perma-diff for cos-family disk images (#8602)
- compute: Fixed service account scope alias to be updated. (#8604)
- container: fixed container cluster not removed from the state when received 404 error on delete call for the resource
google_container_cluster
(#8594) - container: Fixed failure in deleting
maintenance_exclusion
forgoogle_container_cluster
(#8589) - container: fixed an issue where release channel UNSPECIFIED could not be set (#8595)
- essentialcontacts: made
language_tag
required forgoogle_essential_contacts_contact
(#8557)