Skip to content

Bump hashicorp/google from 7.40.0 to 7.41.0 in /infrastructure#1822

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/terraform/infrastructure/hashicorp/google-7.41.0
Jul 23, 2026
Merged

Bump hashicorp/google from 7.40.0 to 7.41.0 in /infrastructure#1822
github-actions[bot] merged 1 commit into
mainfrom
dependabot/terraform/infrastructure/hashicorp/google-7.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps hashicorp/google from 7.40.0 to 7.41.0.

Release notes

Sourced from hashicorp/google's releases.

v7.41.0

FEATURES:

  • New Resource: google_chronicle_environment_group (#28338)
  • New Resource: google_compute_router_named_set (#28326)
  • New List Resource: google_compute_backend_bucket_signed_url_key (#28357)
  • New List Resource: google_compute_backend_service_signed_url_key (#28357)
  • New List Resource: google_compute_network_firewall_policy (#28357)
  • New List Resource: google_compute_network_firewall_policy_association (#28357)
  • New List Resource: google_compute_network_firewall_policy_packet_mirroring_rule (#28357)
  • New List Resource: google_compute_preview_feature (#28357)
  • New List Resource: google_compute_public_advertised_prefix (#28357)
  • New List Resource: google_compute_region_backend_bucket (#28357)
  • New List Resource: google_compute_region_network_firewall_policy (#28357)

IMPROVEMENTS:

  • accesscontextmanager: added allowed_service_patterns and service_patterns_enforcement_scopes fields to google_access_context_manager_service_perimeter to support VPC Service Controls for non-GCP APIs. (#28349)
  • accesscontextmanager: added pscEndpoint to sources in ingress_from and egress_from under resources google_access_context_manager_service_perimeter and variants (#28307)
  • backupdr: added backup_blocked_by_vault_access_restriction to data.google_backup_dr_data_source resource (#28361)
  • backupdr: added force_update_access_restriction to google_backup_dr_backup_vault resource (#28361)
  • backupdr: added update support for access_restriction to google_backup_dr_backup_vault resource (#28361)
  • certificatemanager: added in-place update support for the self_managed certificate data (pem_certificate / pem_private_key) on google_certificate_manager_certificate; changing the certificate data is now applied via update instead of forcing recreation (#28337)
  • cloudrunv2: added tags field to google_cloud_run_v2_service and google_cloud_run_v2_job resources to allow setting tags for services and jobs at creation time. (#28328)
  • cloudsql: added max_custom_on_demand_retention_days to create backup_plan example for sqladmin (#28343)
  • compute: added 3500GB and 7000GB SSD partition size to google_compute_instance_template resource (#28352)
  • compute: added FLEX_START and RESERVATION_BOUND support to google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template resources (#28365)
  • container: added the support for updating node_image_config and image_type fields at the same time (#28283)
  • dataproc: added confidential_instance_type to google_dataproc_cluster resource (#28371)
  • dataproc: added instance_selection.disk_config field to google_dataproc_cluster resource (#28339)
  • discoveryengine: added enable_llm_layout_parsing and enable_get_processed_document fields to google_discovery_engine_data_store resource (#28284)
  • sql: added instance_auto_dns_status and write_endpoint_auto_dns_status output fields to psc_auto_connections block in google_sql_database_instance resource (#28331)
  • sql: added include_replicas_for_major_version_upgrade field to google_sql_database_instance resource (#28345)
  • sql: added switch_transaction_logs_to_cloud_storage_enabled field to google_sql_database_instance resource (#28318)
  • vertexai: promoted google_vertex_ai_semantic_governance_policy_engine resource to GA (#28347)
  • workbench: added enable_deletion_protection field to google_workbench_instance resource (#28355)
  • workbench: added resource_policies field to google_workbench_instance resource (#28354)
  • workbench: added support for min_cpu_platform in google_workbench_instance resource (#28369)
  • workstations: added instance_metadata field to google_workstations_workstation_config resource (#28342)

BUG FIXES:

  • compute: fixed bug where a permadiff on google_compute_reservation_region_commitment.existing_reservations would persist after upgrading (#28353)
  • compute: fixed permadiff on keepalive_interval for google_compute_router bgp block when set to default value (#28285)
  • resourcemanager: fixed validation of target_service_account and delegates in the google_service_account_access_token, google_service_account_id_token, and google_service_account_jwt data sources, and of name in the google_service_account_key data source, to reject identifiers that contain path separators (#28308)
  • securityposture: fixed a bug where the enforce field in google_securityposture_posture was always set, causing failures for list constraints. (#28359)
  • vmwareengine: added correct update_mask value to google_vmwareengine_private_cloud updates (#28360)
Changelog

Sourced from hashicorp/google's changelog.

7.41.0 (Unreleased)

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 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 7.40.0 to 7.41.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@v7.40.0...v7.41.0)

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

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 Jul 23, 2026
@github-actions
github-actions Bot merged commit 2806c67 into main Jul 23, 2026
9 of 17 checks passed
@github-actions
github-actions Bot deleted the dependabot/terraform/infrastructure/hashicorp/google-7.41.0 branch July 23, 2026 17:13
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