4.28.0 (July 11, 2022)
FEATURES:
- New Resource: google_bigquery_connection_iam_binding (#4437)
- New Resource: google_bigquery_connection_iam_member (#4437)
- New Resource: google_bigquery_connection_iam_policy (#4437)
- New Resource: google_cloud_tasks_queue_iam_binding (#4427)
- New Resource: google_cloud_tasks_queue_iam_member (#4427)
- New Resource: google_cloud_tasks_queue_iam_policy (#4427)
- New Resource: google_dataproc_autoscaling_policy_iam_binding (#4441)
- New Resource: google_dataproc_autoscaling_policy_iam_member (#4441)
- New Resource: google_dataproc_autoscaling_policy_iam_policy (#4441)
- New Resource: google_dataproc_metastore_service_iam_binding (#4416)
- New Resource: google_dataproc_metastore_service_iam_member (#4416)
- New Resource: google_dataproc_metastore_service_iam_policy (#4416)
IMPROVEMENTS:
- bigquery: fixed a permadiff in
google_bigquery_job.query. destination_table
(#4401) - billing: added
calendar_period
andcustom_period
fields togoogle_billing_budget
(#4429) - cloudsql: added attribute
project
to data sourcegoogle_sql_backup_run
(#4402) - composer: added CMEK, PUPI and IP_masq_agent support for Composer 2 in
google_composer_environment
resource (#4430) - compute: added
max_ports_per_vm
field togoogle_compute_router_nat
resource (#4400) - compute: added
GCE_VM_IP
support togoogle_compute_network_endpoint_group
resource. (#4434) - privateca: added support to subordinate CA activation (#4422)
- redis: added CMEK key field
customer_managed_key
ingoogle_redis_instance
(#4435) - spanner: added field
version_retention_period
togoogle_spanner_database
resource (#4424) - sql: added
settings.location_preference.secondary_zone
field ingoogle_sql_database_instance
(#4433) - sql: added
sql_server_audit_config
field ingoogle_sql_database_instance
(#4403)
BUG FIXES:
- composer: fixed a problem with updating Cloud Composer's
scheduler_count
field (hashicorp/terraform-provider-google#11940) (#4408) - composer: fixed permadiff on
private_environment_config.cloud_composer_connection_subnetwork
(#4411) - container: fixed an issue where
node_config.min_cpu_platform
could cause a perma-diff ingoogle_container_cluster
(#4426) - filestore: fixed a case where
google_filestore_instance.networks.network
would incorrectly see a diff between state and config when the networkid
format was used (#4431) - serviceusage: fixed an issue where
google_project_service_identity
didn't handle service identities without emails correctly (#4432)