Skip to content

chore(deps): bump hashicorp/google from 6.25.0 to 7.11.0 in /terraform/gcp/examples/basic#54

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/terraform/gcp/examples/basic/hashicorp/google-7.11.0
Closed

chore(deps): bump hashicorp/google from 6.25.0 to 7.11.0 in /terraform/gcp/examples/basic#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/terraform/gcp/examples/basic/hashicorp/google-7.11.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps hashicorp/google from 6.25.0 to 7.11.0.

Release notes

Sourced from hashicorp/google's releases.

v7.11.0

DEPRECATIONS:

  • pubsublite: google_pubsub_lite_reservation will be turned down effective March 18, 2026. Use google_pubsub_reservation instead. (#25058)
  • pubsublite: google_pubsub_lite_subscription will be turned down effective March 18, 2026. Use google_pubsub_subscription instead. (#25058)
  • pubsublite: google_pubsub_lite_topic will be turned down effective March 18, 2026. Use google_pubsub_topic instead. (#25058)

BREAKING CHANGES:

  • netapp: made google_netapp_volume.export_policy.rules.squash_mode not preserve values returned by the API. Without this change, unsetting squash_mode in the provider can cause an API error. (#25059)

FEATURES:

  • New Data Source: google_artifact_registry_python_packages (#25053)
  • New Data Source: google_cloud_identity_policy (#24946)
  • New Data Source: google_compute_reservation_block (#25034)
  • New Data Source: google_compute_reservation_sub_block (#25034)
  • New Resource: google_ces_deployment (#24945)
  • New Resource: google_ces_example (#25056)
  • New Resource: google_discovery_engine_user_store (#25054)
  • New Ephemeral Resource: google_client_config (#24900)

IMPROVEMENTS:

  • bigquery: added external_data_configuration.decimal_target_types to google_bigquery_table (#24936)
  • compute: added internal_ipv6_prefix field to the google_compute_subnetwork resource (#25037)
  • compute: added ipv6_access_type field and INTERNAL_IPV6_SUBNETWORK_CREATION as a supported value for the mode field in google_compute_public_delegated_prefix resource (#24940)
  • compute: added ipv6_access_type field to google_compute_public_advertised_prefix resource (#24911)
  • dataplex: added data_documentation_spec field to google_dataplex_datascan resource to support the DATA_DOCUMENTATION scan type (#25044)
  • dataproc: added resource_manager_tags to google_dataproc_cluster resource (#25057)
  • lustre: added placement_policy field to google_lustre_instance resource (#25042)
  • netapp: added cache_parameters field to google_netapp_volume resource (#24909)
  • secretmanager: added project and short name support for secret on google_secret_manager_secret_version (#25045)
  • secretmanager: added project and short name support for secret on ephemeral google_secret_manager_secret_version (#25045)

BUG FIXES:

  • alloydb: fixed issue with creation when initial_user.password was set to a computed value in google_alloydb_cluster (#25036)
  • bigquery: fixed extraneous diffs in google_bigquery_table.external_data_configuration.schema (#24936)
  • compute: fixed a breaking change in google_compute_instance introduced in 7.9.0 where a destroy-diff is prompted for instances with preset GPUs (#25021)
  • container: added KUBE_DNS as an accepted value for cluster_dns field on google_container_cluster (#24953)
  • netapp: fixed bug where unsetting export_policy.rules.squash_mode on google_netapp_volume can cause an API error (#25059)
  • pubsub: fixed bug where google_pubsub_subscription could only be updated if bigquery_config was modified (#24952)
  • sql: fixed bug where final_backup_description in google_sql_database_instance resource wasn't set on the final backup on delete (#25055)
  • storage: fixed bug where certain changes to google_storage_bucket_acl.role_entity were ignored (#24949)
  • workstations: fixed bug in google_workstations_workstation where setting source_workstation caused a permadiff that forced recreation (#24941)
  • vmwareengine: made deletion of google_vmwareengine_private_cloud wait until the deletion completes (#25040)

v7.10.0

BREAKING CHANGES:

  • alloydb: marked initial_user.password as required on create of new google_alloydb_cluster resources. This change aligns the provider with existing API constraints to surface errors earlier. (#25022)

FEATURES:

  • New Resource: google_ces_app (#24861)
  • New Resource: google_ces_toolset (#24885)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

7.11.0 (November 11, 2025)

DEPRECATIONS:

  • pubsublite: google_pubsub_lite_reservation will be turned down effective March 18, 2026. Use google_pubsub_reservation instead. (#25058)
  • pubsublite: google_pubsub_lite_subscription will be turned down effective March 18, 2026. Use google_pubsub_subscription instead. (#25058)
  • pubsublite: google_pubsub_lite_topic will be turned down effective March 18, 2026. Use google_pubsub_topic instead. (#25058)

BREAKING CHANGES:

  • netapp: made google_netapp_volume.export_policy.rules.squash_mode not preserve values returned by the API. Without this change, unsetting squash_mode in the provider can cause an API error. (#25059)

FEATURES:

  • New Data Source: google_artifact_registry_python_packages (#25053)
  • New Data Source: google_cloud_identity_policy (#24946)
  • New Data Source: google_compute_reservation_block (#25034)
  • New Data Source: google_compute_reservation_sub_block (#25034)
  • New Resource: google_ces_deployment (#24945)
  • New Resource: google_ces_example (#25056)
  • New Resource: google_discovery_engine_user_store (#25054)
  • New Ephemeral Resource: google_client_config (#24900)

IMPROVEMENTS:

  • bigquery: added external_data_configuration.decimal_target_types to google_bigquery_table (#24936)
  • compute: added internal_ipv6_prefix field to the google_compute_subnetwork resource (#25037)
  • compute: added ipv6_access_type field and INTERNAL_IPV6_SUBNETWORK_CREATION as a supported value for the mode field in google_compute_public_delegated_prefix resource (#24940)
  • compute: added ipv6_access_type field to google_compute_public_advertised_prefix resource (#24911)
  • dataplex: added data_documentation_spec field to google_dataplex_datascan resource to support the DATA_DOCUMENTATION scan type (#25044)
  • dataproc: added resource_manager_tags to google_dataproc_cluster resource (#25057)
  • lustre: added placement_policy field to google_lustre_instance resource (#25042)
  • netapp: added cache_parameters field to google_netapp_volume resource (#24909)
  • secretmanager: added project and short name support for secret on google_secret_manager_secret_version (#25045)
  • secretmanager: added project and short name support for secret on ephemeral google_secret_manager_secret_version (#25045)

BUG FIXES:

  • alloydb: fixed issue with creation when initial_user.password was set to a computed value in google_alloydb_cluster (#25036)
  • bigquery: fixed extraneous diffs in google_bigquery_table.external_data_configuration.schema (#24936)
  • compute: fixed a breaking change in google_compute_instance introduced in 7.9.0 where a destroy-diff is prompted for instances with preset GPUs (#25021)
  • container: added KUBE_DNS as an accepted value for cluster_dns field on google_container_cluster (#24953)
  • netapp: fixed bug where unsetting export_policy.rules.squash_mode on google_netapp_volume can cause an API error (#25059)
  • pubsub: fixed bug where google_pubsub_subscription could only be updated if bigquery_config was modified (#24952)
  • sql: fixed bug where final_backup_description in google_sql_database_instance resource wasn't set on the final backup on delete (#25055)
  • storage: fixed bug where certain changes to google_storage_bucket_acl.role_entity were ignored (#24949)
  • workstations: fixed bug in google_workstations_workstation where setting source_workstation caused a permadiff that forced recreation (#24941)
  • vmwareengine: made deletion of google_vmwareengine_private_cloud wait until the deletion completes (#25040)

7.10.0 (November 4, 2025)

BREAKING CHANGES:

  • alloydb: marked initial_user.password as required on create of new google_alloydb_cluster resources. This change aligns the provider with existing API constraints to surface errors earlier. (#25022)

FEATURES:

... (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.25.0 to 7.11.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.25.0...v7.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Labels

The following labels could not be found: dependencies, terraform. Please create them before Dependabot can add them to a pull request.

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Superseded by #56.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/terraform/terraform/gcp/examples/basic/hashicorp/google-7.11.0 branch November 24, 2025 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants