Skip to content

Bump hashicorp/google from 6.0.1 to 7.4.0#44

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/main/hashicorp/google-7.4.0
Closed

Bump hashicorp/google from 6.0.1 to 7.4.0#44
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/main/hashicorp/google-7.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps hashicorp/google from 6.0.1 to 7.4.0.

Release notes

Sourced from hashicorp/google's releases.

v7.4.0

DEPRECATIONS:

FEATURES:

  • New Data Source: google_artifact_registry_maven_artifact (#24358)
  • New Data Source: google_compute_interconnect_location (#24377)
  • New Resource: google_network_services_wasm_plugin (#24406)
  • New Resource: google_resource_manager_capability (#24404)

IMPROVEMENTS:

  • cloudrunv2: added mount_options in gcsfuse volumes for google_cloud_run_v2_service, google_cloud_run_v2_job, and google_cloud_run_v2_workerpool resources. (#24413)
  • compute: added cipher_suite field to google_compute_vpn_tunnel resource. (#24378)
  • container: added auto_ipam_config to google_container_cluster resource. (#24396)
  • storage: added support for timeouts to google_storage_bucket_iam_binding, google_storage_bucket_iam_member, google_storage_bucket_iam_policy resources (#24376)

BUG FIXES:

  • bigtable: fixed node_scaling_factor forcing new instance on google_bigtable_instance when adding new cluster (#24410)
  • cloudscheduler: fixed a type assertion panic in google_cloud_scheduler_job when processing HTTP headers with nil or unexpected data types (#24360)
  • compute: fixed the Network field cannot be modified issue in google_compute_region_backend_service. Now updating the network field will force the resource to be recreated. (#24398)
  • netapp: fixed incorrect default value handling in google_netapp_volume for export_policy.rules attributes has_root_access and squash_mode. When not specified, these fields will now take on the API default value with no diff. (#24395)
  • netapp: updated google_netapp_storage_pool to source the default value for the qos_type field from the API. If not specified in the configuration, qos_type will now default to the value provided by the NetApp Volumes API. (#24394)
  • sql: fixed the permadiffs on disk_size when disk_autoresize is enabled in google_sql_database_instance (#24399)
  • workbench: added retry for unable to queue the operation 409 errors in google_workbench_instance resource. (#24392)

v7.3.0

FEATURES:

  • New Data Source: google_backup_dr_data_source_reference (#24346)
  • New Resource: google_bigquery_datapolicyv2_data_policy (#24313)
  • New Resource: google_saas_runtime_release (#24289)
  • New Resource: google_secure_source_manager_hook (#24345)

IMPROVEMENTS:

  • cloudrun: added sub_path field to google_cloud_run_service resource. (#24341)
  • cloudrunv2: added sub_path field to google_cloud_run_v2_service google_cloud_run_v2_job and google_cloud_run_v2_worker_pool resource. (#24341)
  • compute: added labels and label_fingerprint fields to google_compute_security_policy resource (#24322)
  • compute: labels under initialize_params are now updatable on google_compute_instance (#24349)
  • container: added new fields memory_manager and topology_manager to node_kubelet_config block (#24277)
  • datastream: added destination_config.bigquery_destination_config.source_hierarchy_datasets.project_id field to google_datastream_stream resource (#24340)
  • discoveryengine: added app_type field to google_discovery_engine_search_engine resource (#24320)
  • gkeonprem: added proxy field to google_gkeonprem_vmware_admin_cluster resource (#24338)
  • healthcare: added validation_config to google_healthcare_fhir_store resource (#24336)
  • iamworkforcepool: added extended_attributes field to workforce_pool_provider resource (#24308)
  • netapp: added export_policy.rules.squash_mode field to google_netapp_volume resource. (#24350)
  • privateca: added encryption_spec field to google_privateca_ca_pool resource (#24328)
  • run: added connector to vpc_access on google_cloud_run_v2_worker_pool resource (#24337)
  • tags: added the DATA_GOVERNANCE value to google_tags_tag_key.purpose (#24307)

BUG FIXES:

  • bigquery: updated the schema change detection for google_bigquery_table to take into account presence of row access policy (#24284)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

7.4.0 (September 23, 2025)

DEPRECATIONS:

FEATURES:

  • New Data Source: google_artifact_registry_maven_artifact (#24358)
  • New Data Source: google_compute_interconnect_location (#24377)
  • New Resource: google_network_services_wasm_plugin (#24406)
  • New Resource: google_resource_manager_capability (#24404)

IMPROVEMENTS:

  • cloudrunv2: added mount_options in gcsfuse volumes for google_cloud_run_v2_service, google_cloud_run_v2_job, and google_cloud_run_v2_workerpool resources. (#24413)
  • compute: added cipher_suite field to google_compute_vpn_tunnel resource. (#24378)
  • container: added auto_ipam_config to google_container_cluster resource. (#24396)
  • storage: added support for timeouts to google_storage_bucket_iam_binding, google_storage_bucket_iam_member, google_storage_bucket_iam_policy resources (#24376)

BUG FIXES:

  • bigtable: fixed node_scaling_factor forcing new instance on google_bigtable_instance when adding new cluster (#24410)
  • cloudscheduler: fixed a type assertion panic in google_cloud_scheduler_job when processing HTTP headers with nil or unexpected data types (#24360)
  • compute: fixed the Network field cannot be modified issue in google_compute_region_backend_service. Now updating the network field will force the resource to be recreated. (#24398)
  • netapp: fixed incorrect default value handling in google_netapp_volume for export_policy.rules attributes has_root_access and squash_mode. When not specified, these fields will now take on the API default value with no diff. (#24395)
  • netapp: updated google_netapp_storage_pool to source the default value for the qos_type field from the API. If not specified in the configuration, qos_type will now default to the value provided by the NetApp Volumes API. (#24394)
  • sql: fixed the permadiffs on disk_size when disk_autoresize is enabled in google_sql_database_instance (#24399)
  • workbench: added retry for unable to queue the operation 409 errors in google_workbench_instance resource. (#24392)

6.50.0 (September 19, 2025)

NOTES:

  • bigtable: It is recommended for google_bigtable_table_iam_* resources to upgrade to v6.50.0 and switch from instance to instance_name in your configuration before upgrading to v7.X (#24400)

DEPRECATIONS:

  • bigtable: deprecated instance in favor of instance_name in google_bigtable_table_iam_* resources (#24400)

IMPROVEMENTS:

  • bigtable: added instance_name field to google_bigtable_table_iam_* resources (#24400)

7.3.0 (September 16, 2025)

FEATURES:

  • New Data Source: google_backup_dr_data_source_reference (#24346)
  • New Resource: google_bigquery_datapolicyv2_data_policy (#24313)
  • New Resource: google_saas_runtime_release (#24289)
  • New Resource: google_secure_source_manager_hook (#24345)

IMPROVEMENTS:

  • cloudrun: added sub_path field to google_cloud_run_service resource. (#24341)
  • cloudrunv2: added sub_path field to google_cloud_run_v2_service google_cloud_run_v2_job and google_cloud_run_v2_worker_pool resource. (#24341)
  • compute: added labels and label_fingerprint fields to google_compute_security_policy resource (#24322)
  • compute: labels under initialize_params are now updatable on google_compute_instance (#24349)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 6.0.1 to 7.4.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v6.0.1...v7.4.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Sep 29, 2025
@dependabot dependabot bot requested a review from ksatirli as a code owner September 29, 2025 09:49
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2025

Assignees

The following users could not be added as assignees: workloads/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #45.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/terraform/main/hashicorp/google-7.4.0 branch October 6, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments