NOTES:
- compute: migrated
EnableDisplayfields ingoogle_compute_instanceresources to use direct HTTP rather than a client library (#12456) - compute: migrated
desired_statusblock andstartInstanceOperationinresource_compute_instance.go.tmplto use direct HTTP rather than a client library (#12437) - compute: migrated
getInstance,getDisk,Deleteand thesetMetadataupdate block inresource_compute_instance.go.tmplto use direct HTTP rather than a client library (#12418) - compute: migrated part of
google_compute_instanceto use direct HTTP rather than a client library (#12463)
DEPRECATIONS:
- cloudrunv2: deprecated
http_get.http_headers.portfield in container startup probe and liveness probe ingoogle_cloud_run_v2_worker_poolresource because it is not supported in Cloud Run API. This field will be removed in a future major release. (#12476) - cloudsecuritycompliance: deprecated the
organizationfield ongoogle_cloud_security_compliance_cloud_control,google_cloud_security_compliance_framework, andgoogle_cloud_security_compliance_framework_deployment. Useparentinstead (#12449) - networkservices: deprecated
protocolsongoogle_network_services_agent_gateway(#12478)
FEATURES:
- New Data Source:
google_oracle_database_goldengate_deployment_versions(#12451) - New Data Source:
google_storage_control_project_intelligence_finding(#12444) - New Data Source:
google_storage_control_project_intelligence_findings(#12444) - New Resource:
google_chronicle_parser(#12477) - New Resource:
google_chronicle_soar_network(#12439) - New Resource:
google_migration_center_import_data_file(#12423) - New Resource:
google_network_services_agent_gateway(#12479) - New Resource:
google_vertex_ai_tensorboard_experiment(#12472) - New List Resource:
google_bigquery_dataset_access(#12441) - New List Resource:
google_cloud_scheduler_job(#12441) - New List Resource:
google_dns_record_set(#12467) - New List Resource:
google_monitoring_alert_policy(#12441) - New List Resource:
google_pubsub_subscription(#12441)
IMPROVEMENTS:
- apigee: added new resource
google_apigee_environment_debugmaskfor managing Apigee environment debug masks (#12421) - backupdr: added support for
use_project_service_accountflag ingoogle_backup_dr_restore_workloaddisk and compute restores (#12473) - cloudrunv2: added
http_get.http_headers.namefield to container startup probe and liveness probe ingoogle_cloud_run_v2_worker_poolresource (#12476) - cloudrunv2: added
template.clientandtemplate.client_versionfields togoogle_cloud_run_v2_worker_poolresource (#12440) - cloudsecuritycompliance: added support for project parent to
google_cloud_security_compliance_cloud_control,google_cloud_security_compliance_framework, andgoogle_cloud_security_compliance_framework_deploymentvia the newparentfield. Theorganizationfield has been deprecated. (#12449) - compute: added
params.resource_manager_tagsfield togoogle_compute_reservationresource (#12450) - compute: added data sources for
google_compute_target_http_proxy,google_compute_target_https_proxy,google_compute_region_target_http_proxy, andgoogle_compute_region_target_https_proxy(#12447) - container: added
addons_config.slurm_operator_configfield togoogle_container_clusterresource (#12445) - container: added
node_image_configfield togoogle_container_node_poolandgoogle_container_clusterresources (#12470) - databasemigrationservice: added
stateandstop_on_warningsfields togoogle_database_migration_service_migration_jobresource (#12430) - dns: added resource identity support for
google_dns_record_setresource (#12467) - networksecurity: added
network_rulesfield ongoogle_network_security_authz_policyresource (#12488) - pubsub: added
first_revision_idandlast_revision_idfields togoogle_pubsub_topicresource (#12420) - sql: added
settings.ip_configuration.psc_config.psc_auto_dns_enabledandsettings.ip_configuration.psc_config.psc_write_endpoint_dns_enabledfields togoogle_sql_database_instanceresource (#12454)
BUG FIXES:
- apigee: fixed
google_apigee_apinot detecting local bundle changes due to a missing default ondetect_md5hash, and fixed the test sweeper's list URL (#12466) - apigee: fixed
google_apigee_security_actionupdate failure by enabling PATCH-based updates now that the Apigee Security Actions API supports mutations (#12448) - apigee: fixed a perma-diff for
api_productsandscopesfields ingoogle_apigee_developer_appresource when updating them with multiple items (#12464) - apigee: fixed an issue where the resource would attempt recreation if the
key_expires_infield was set ingoogle_apigee_developer_appresource (#12457) - backupdr: updated the Beta provider to point to the
v1betaAPI endpoint (#12461) - ces: fixed persistent diff in
google_ces_guardrailwhenllm_prompt_securityis configured withdefault_settings(#12446) - cloudrun: fixed a permadiff for the
run.googleapis.com/gpu-zonal-redundancy-disabledannotation ingoogle_cloud_run_service(#12462) - cloudrunv2: fixed bug where only one
http_get.http_headersblock could be specified in container startup probe and liveness probe ingoogle_cloud_run_v2_worker_poolresource (#12476) - compute: fixed an issue in
google_compute_subnetworkwheresecondary_ip_rangeentries linked to aninternal_rangecould not be removed and adding new ranges would sometimes fail due to positional shifts (#27175) (#12422) - compute: fixed diff when using
existing_reservationsfield ingoogle_region_commitment(#12453) - compute: fixed rules in
google_compute_security_policybeing unnecessarily recreated due to TypeSet hash instability (#12436) - sql: fixed inconsistent result after apply error when adding
usersof typeCLOUD_IAM_GROUPwith capitalized domain names for MySQL (#12460) - storage: fixed OOM issue for
google_storage_bucketforce_destroyby limiting the number of outstanding tasks to 2000 (#12455)