Skip to content

chore(terraform): update hashicorp/google requirement from ~> 5.0 to ~> 7.42 in /infrastructure/terraform - #84

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/infrastructure/terraform/hashicorp/google-tw-7.42
Open

chore(terraform): update hashicorp/google requirement from ~> 5.0 to ~> 7.42 in /infrastructure/terraform#84
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/terraform/infrastructure/terraform/hashicorp/google-tw-7.42

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on hashicorp/google to permit the latest version.

Release notes

Sourced from hashicorp/google's releases.

v7.42.0

NOTES:

  • compute: migrated google_compute_region_instance_template resource to use direct HTTP rather than a client library (#28431)

DEPRECATIONS:

  • vertexai: deprecated google_vertex_ai_schedule, an accidentally-added duplicate resource; use google_colab_schedule instead. (#28406)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_adjuster_settings (#28383)
  • New List Resource: google_service_account_key (#28430)
  • New Resource: google_agent_identity_auth_provider (#28447)
  • New Resource: google_apihub_runtime_project_attachment (#28449)
  • New Resource: google_chronicle_big_query_export (#28403)
  • New Resource: google_compute_global_vm_extension_policy (#28445)
  • New Resource: google_compute_rollout_plan (#28445)
  • New Resource: google_vector_search_data_object (#28434)
  • New Resource: google_vertex_ai_persistent_resource (#28435)

IMPROVEMENTS:

  • bigquery: added table_type field to google_bigquery_routine resource (#28446)
  • cloudrunv2: added start_execution_token and run_execution_token fields to google_cloud_run_v2_jobresource (#28384)
  • colab: added catch_up, create_pipeline_job_request, create_time, last_pause_time, last_resume_time, last_scheduled_run_response, max_concurrent_active_run_count, next_run_time, started_run_count, and update_time fields, and sub-fields under create_notebook_execution_job_request.notebook_execution_job (create_time, custom_environment_spec, encryption_spec, job_state, kernel_name, labels, name, schedule_resource_name, workbench_runtime) and under create_notebook_execution_job_request (notebook_execution_job_id, parent) to google_colab_schedule resource (#28406)
  • compute: added effective_location field to google_compute_interconnect resource (#28416)
  • compute: added request_headers and response_headers fields to log_config on google_compute_backend_service and google_compute_region_backend_service resources (#28421)
  • compute: added identity support to google_compute_instance, allowing resource import using an identity block (#28433)
  • compute: changed location field to mutable for google_compute_interconnect resource (#28416)
  • container: added addons_config.node_readiness_config field to google_container_cluster resource (#28417)
  • container: added rollback_safe_upgrade, desired_emulated_version, and emulated_version fields to google_container_cluster resource (#28442)
  • container: increased default timeout to 2 hours for google_container_node_poolresource (#28382)
  • dataproc: added confidential_instance_type field to google_dataproc_cluster resource (#28371)
  • gkehub: added min_control_plane_version, min_node_version, target_control_plane_version, target_node_version, and operational_state fields to google_gke_hub_rollout_sequence resource (#28429)
  • hypercomputecluster: increased default timeouts for google_hypercomputecluster_cluster to 120 minutes (#28448)
  • modelarmor: added field template_metadata.filter_version_selector to google_model_armor_template resource (#28402)
  • sql: added identity support to google_sql_user for terraform query support (#28428)

BUG FIXES:

  • bigtable: fixed an issue where bigtable_custom_endpoint and universe_domain were ignored when creating Bigtable resources (#28404)
  • compute: fixed an issue where diffs in google_compute_security_policy were not detected (#28420)
  • gkehub: fixed rollout_creation_scope and upgrade_types fields in google_gke_hub_rollout_sequence resource (#28429)
  • osconfig: added client-side validation to ensure resource_hierarchy_selector and location_selector are not set at the same time in google_os_config_v2_policy_orchestrator, google_os_config_v2_policy_orchestrator_for_folder, and google_os_config_v2_policy_orchestrator_for_organization (#28407)
  • secretmanager: fixed an issue where google_secret_manager_secret_version would fail at apply time if neither secret_data nor secret_data_wo was set (#28419)
  • sql: fixed issue where updates to settings.ip_configuration.psc_config.allowed_consumer_projects in google_sql_database_instance were silently ignored on in-place updates (#28444)
  • vertexai: fixed google_vertex_ai_endpoint_with_model_garden_deployment destroying and recreating the endpoint when min_replica_count, max_replica_count, required_replica_count, or autoscaling_metric_specs changed (#28401)
Changelog

Sourced from hashicorp/google's changelog.

7.42.0 (July 28, 2026)

NOTES:

  • compute: migrated google_compute_region_instance_template resource to use direct HTTP rather than a client library (#28431)

DEPRECATIONS:

  • vertexai: deprecated google_vertex_ai_schedule, an accidentally-added duplicate resource; use google_colab_schedule instead. (#28406)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_adjuster_settings (#28383)
  • New List Resource: google_service_account_key (#28430)
  • New Resource: google_agent_identity_auth_provider (#28447)
  • New Resource: google_apihub_runtime_project_attachment (#28449)
  • New Resource: google_chronicle_big_query_export (#28403)
  • New Resource: google_compute_global_vm_extension_policy (#28445)
  • New Resource: google_compute_rollout_plan (#28445)
  • New Resource: google_vector_search_data_object (#28434)
  • New Resource: google_vertex_ai_persistent_resource (#28435)

IMPROVEMENTS:

  • bigquery: added table_type field to google_bigquery_routine resource (#28446)
  • cloudrunv2: added start_execution_token and run_execution_token fields to google_cloud_run_v2_jobresource (#28384)
  • colab: added catch_up, create_pipeline_job_request, create_time, last_pause_time, last_resume_time, last_scheduled_run_response, max_concurrent_active_run_count, next_run_time, started_run_count, and update_time fields, and sub-fields under create_notebook_execution_job_request.notebook_execution_job (create_time, custom_environment_spec, encryption_spec, job_state, kernel_name, labels, name, schedule_resource_name, workbench_runtime) and under create_notebook_execution_job_request (notebook_execution_job_id, parent) to google_colab_schedule resource (#28406)
  • compute: added effective_location field to google_compute_interconnect resource (#28416)
  • compute: added request_headers and response_headers fields to log_config on google_compute_backend_service and google_compute_region_backend_service resources (#28421)
  • compute: added identity support to google_compute_instance, allowing resource import using an identity block (#28433)
  • compute: changed location field to mutable for google_compute_interconnect resource (#28416)
  • container: added addons_config.node_readiness_config field to google_container_cluster resource (#28417)
  • container: added rollback_safe_upgrade, desired_emulated_version, and emulated_version fields to google_container_cluster resource (#28442)
  • container: increased default timeout to 2 hours for google_container_node_poolresource (#28382)
  • dataproc: added confidential_instance_type field to google_dataproc_cluster resource (#28371)
  • gkehub: added min_control_plane_version, min_node_version, target_control_plane_version, target_node_version, and operational_state fields to google_gke_hub_rollout_sequence resource (#28429)
  • hypercomputecluster: increased default timeouts for google_hypercomputecluster_cluster to 120 minutes (#28448)
  • modelarmor: added field template_metadata.filter_version_selector to google_model_armor_template resource (#28402)
  • sql: added identity support to google_sql_user for terraform query support (#28428)

BUG FIXES:

  • bigtable: fixed an issue where bigtable_custom_endpoint and universe_domain were ignored when creating Bigtable resources (#28404)
  • compute: fixed an issue where diffs in google_compute_security_policy were not detected (#28420)
  • gkehub: fixed rollout_creation_scope and upgrade_types fields in google_gke_hub_rollout_sequence resource (#28429)
  • osconfig: added client-side validation to ensure resource_hierarchy_selector and location_selector are not set at the same time in google_os_config_v2_policy_orchestrator, google_os_config_v2_policy_orchestrator_for_folder, and google_os_config_v2_policy_orchestrator_for_organization (#28407)
  • secretmanager: fixed an issue where google_secret_manager_secret_version would fail at apply time if neither secret_data nor secret_data_wo was set (#28419)
  • sql: fixed issue where updates to settings.ip_configuration.psc_config.allowed_consumer_projects in google_sql_database_instance were silently ignored on in-place updates (#28444)
  • vertexai: fixed google_vertex_ai_endpoint_with_model_garden_deployment destroying and recreating the endpoint when min_replica_count, max_replica_count, required_replica_count, or autoscaling_metric_specs changed (#28401)

7.41.0 (July 17, 2026)

FEATURES:

  • New Resource: google_chronicle_environment_group (#28338)
  • New Resource: google_compute_router_named_set (#28326)

... (truncated)

Commits

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 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)

…~> 7.42

Updates the requirements on [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-provider-google/commits/v7.42.0)

---
updated-dependencies:
- dependency-name: hashicorp/google
  dependency-version: 7.42.0
  dependency-type: direct:production
...

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

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants