Skip to content

chore(deps): update terraform google to v7#626

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-1.4from
konflux/mintmaker/release-1.4/google-7.x
Open

chore(deps): update terraform google to v7#626
red-hat-konflux[bot] wants to merge 1 commit into
release-1.4from
konflux/mintmaker/release-1.4/google-7.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Apr 22, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
google (source) provider major ~> 6.47.0~> 7.39.0 7.40.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

hashicorp/terraform-provider-google (google)

v7.39.0

Compare Source

NOTES:

  • compute: migrated google_compute_instance_template resource partially to use direct HTTP rather than a client library (#​28010)
  • compute: migrated google_compute_network_peering resource to use direct HTTP rather than a client library (#​28021)
  • compute: migrated metadata handling to use direct HTTP rather than a client library (#​27968)

FEATURES:

  • New Data Source: google_agent_registry_agent (#​28028)
  • New Data Source: google_agent_registry_endpoint (#​28028)
  • New Data Source: google_agent_registry_mcp_server (#​28028)
  • New Data Source: google_compute_instance_groups (#​27981)
  • New Data Source: google_storage_control_folder_intelligence_findings_summary (#​28019)
  • New Data Source: google_storage_control_organization_intelligence_findings_summary (#​28019)
  • New Data Source: google_storage_control_project_intelligence_findings_summary (#​28019)
  • New Resource: google_agent_registry_binding (#​28028)
  • New Resource: google_agent_registry_service (#​28028)
  • New Resource: google_artifact_registry_project_config (#​28009)
  • New Resource: google_chronicle_findings_refinement (#​28035)
  • New Resource: google_compute_bulk_per_instance_config (#​28031)
  • New Resource: google_compute_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_network_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_binding (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_member (#​27978)
  • New Resource: google_compute_region_network_firewall_policy_iam_policy (#​27978)
  • New Resource: google_compute_region_resize_request (#​27984)
  • New Resource: google_compute_zone_vm_extension_policy (#​28034)
  • New Resource: google_gke_hub_rollout_sequence (#​28007)
  • New Resource: google_iap_agent_registry_iam_binding (#​28032)
  • New Resource: google_iap_agent_registry_iam_member (#​28032)
  • New Resource: google_iap_agent_registry_iam_policy (#​28032)
  • New Resource: google_iap_location_web_iam_binding (#​28032)
  • New Resource: google_iap_location_web_iam_member (#​28032)
  • New Resource: google_iap_location_web_iam_policy (#​28032)
  • New Resource: google_oracle_database_cloud_exadata_infrastructure_exascale_config (#​28033)
  • New List Resource: google_bigquery_dataset (#​28005)
  • New List Resource: google_compute_cross_site_network (#​28018)
  • New List Resource: google_compute_external_vpn_gateway (#​28018)
  • New List Resource: google_compute_global_network_endpoint_group (#​28018)
  • New List Resource: google_compute_ha_vpn_gateway (#​28018)
  • New List Resource: google_compute_interconnect_attachment_group (#​28018)
  • New List Resource: google_compute_interconnect_group (#​28018)
  • New List Resource: google_compute_public_delegated_prefix (#​28018)
  • New List Resource: google_compute_region_commitment (#​28018)
  • New List Resource: google_compute_region_network_endpoint_group (#​28018)
  • New List Resource: google_compute_vpn_gateway (#​28018)
  • New List Resource: google_compute_wire_group (#​28018)
  • New List Resource: google_folder_iam_member (#​27993)
  • New List Resource: google_kms_crypto_key_version (#​28006)
  • New List Resource: google_project (#​28041)
  • New List Resource: google_project_service (#​27989)

IMPROVEMENTS:

  • bigquery: added external_runtime_options.container_request_concurrency field to google_bigquery_routine resource (#​28029)
  • compute: added instance_lifecycle_policy.on_failed_health_check field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager (ga) (#​27992)
  • container: added new fields shutdown_grace_period_seconds and shutdown_grace_period_critical_pods_seconds to node_kubelet_config block. (#​28015)
  • container: promoted agent_sandbox_config addon field under addons_config in google_container_cluster to GA (#​28017)
  • dataplex: added icon field to google_dataplex_data_product resource (#​27986)
  • dataplex: added name field to google_dataplex_data_product_data_asset resource (#​28020)
  • dlp: added allow_limited_availability_info_types to google_data_loss_prevention_inspect_template (#​28024)
  • networkservices: added forward_attributes field to google_network_services_lb_edge_extension, google_network_services_lb_route_extension, and google_network_services_lb_traffic_extension resources (#​28012)

BUG FIXES:

  • compute: fixed a panic in google_compute_project_metadata and google_compute_project_metadata_item when project common instance metadata items contain null/empty values. (#​28008)
  • compute: fixed a validation error on google_compute_instance (Provisioned IOPS cannot be specified with disk type pd-balanced) that occurred during updates on instances with Hyperdisk Balanced boot disks. (#​27975)
  • dataproc: fixed a bug where changing policy_id on google_dataproc_autoscaling_policy planned an in-place update and failed; it now correctly forces resource replacement (destroy and recreate). (#​28036)
  • firestore: added retries on 409 errors in google_firestore_user_creds resource (#​27972)
  • iam: fixed ephemeral google_service_account_key producing a 404 due to duplicate /keys in the URL when fetch_key = true and name is provided (#​27980)

v7.38.0

Compare Source

NOTES:

  • bigquery: migrated google_bigquery_table resource to use direct HTTP rather than a client library (#​27909)
  • compute: migrated resource_compute_instance_template_test.go.tmpl resource to use direct HTTP rather than a client library (#​27859)
  • compute: migrated google_compute_resource_compute_instance to use direct HTTP rather than a client library (#​27925)
  • compute: migrated parts of google_compute_instance and shared instance functions to use direct HTTP (#​27815)

FEATURES:

  • New Data Source: google_storage_control_project_intelligence_finding_revision (#​27912)
  • New Data Source: google_storage_control_project_intelligence_finding_revisions (#​27912)
  • New Resource: google_biglake_hive_catalog (#​27892)
  • New Resource: google_chronicle_feed (#​27860)
  • New Resource: google_chronicle_parser_extension (#​27906)
  • New Resource: google_dataplex_metadata_feed (#​27934)
  • New Resource: google_network_services_agent_gateway (#​27803)
  • New Resource: google_vertex_ai_schedule (#​27895)
  • New Resource: google_vertex_ai_tensorboard_run (#​27913)
  • New List Resource: google_compute_address (#​27917)
  • New List Resource: google_compute_cross_site_network (#​27864)
  • New List Resource: google_compute_https_health_check (#​27917)
  • New List Resource: google_compute_node_template (#​27917)
  • New List Resource: google_compute_packet_mirroring (#​27917)
  • New List Resource: google_compute_region_autoscaler (#​27917)
  • New List Resource: google_compute_region_composite_health_check (#​27917)
  • New List Resource: google_compute_region_health_aggregation_policy (#​27917)
  • New List Resource: google_compute_region_health_source (#​27917)
  • New List Resource: google_project_iam_member (#​27905)
  • New List Resource: google_pubsub_topic (#​27914)
  • New List Resource: google_secret_manager_secret (#​27910)

IMPROVEMENTS:

  • apigee: added consumer_key and consumer_secret fields to google_apigee_developer_app to allow specifying a static credential (#​27820)
  • artifactregistry: added update support for upstream_credentials to google_artifact_registry_repository (#​27819)
  • biglakeiceberg: added CATALOG_TYPE_BIGLAKE enum to catalog_type field and added restricted_locations_config.restricted_locations field in google_biglake_iceberg_catalog resource (#​27930)
  • biglakeiceberg: added sort_order field to google_biglake_iceberg_table resource (#​27865)
  • ces: added timeout and tool_fake_config fields to google_ces_tool and google_ces_toolset resource (#​27907)
  • compute: added params.resource_manager_tags field to google_compute_snapshot resource (#​27869)
  • compute: made network_endpoints.ip_address optional in google_compute_network_endpoints resource to support attaching endpoints to a network endpoint group of type GCE_VM_IP_DEDICATED_BACKEND (#​27870)
  • container: added dataplane_optimization_mode in google_container_cluster (#​27861)
  • container: added ignore_node_count_changes field to google_container_cluster and google_container_node_pool resources. When set to true, the provider ignores drift via external node count changes and skips related IGM API queries, resolving long plan times on clusters with a large number of instance groups. (#​27896)
  • container: added skip_node_pool_refresh field to google_container_cluster resource. When set to true, the google_container_cluster skips refreshing and setting node_pools from the API, resolving long plan times on clusters with a large number of node pools. Note that this results in node_pools being set to an empty list in state (#​27896)
  • container: added taint_config block to google_container_cluster and google_container_node_pool (#​27884)
  • container: improved GKE node pool read performance by caching instance group metadata longer (#​27896)
  • datastream: added additional_options field to google_datastream_connection_profile resource (#​27915)
  • iamworkforcepool: write-only support for oidc.client_secret in google_iam_workforce_pool_provider (#​27867)
  • kms: added resource identity support for google_kms_crypto_key_version resource (#​27883)
  • networkservices: added dns_peering_config field to google_network_services_agent_gateway resource (#​27813)
  • sql: added mode, dns_servers, admin_credential_secret_name, and organizational_unit fields to active_directory_config block in google_sql_database_instance resource for SQL Server instances (#​27862)
  • storage: added lifecycle_rule.condition.size_above_bytes and lifecycle_rule.condition.size_below_bytes fields to google_storage_bucket resource (#​27857)

BUG FIXES:

  • apigee: google_apigee_developer_app now updates api_products and scopes on the existing credential instead of creating a new credential (consumer key) on update (#​27929)
  • biglake: allow location to be set on google_biglake_iceberg_namespace (#​27814)
  • biglake: fixed creation failure of google_biglake_iceberg_table resource when the referenced google_biglake_iceberg_catalog has credential_mode set to CREDENTIAL_MODE_VENDED_CREDENTIALS due to a missing X-Iceberg-Access-Delegation header (#​27903)
  • compute: fixed broken import of share_settings on google_compute_reservation (#​27916)
  • datastream: fixed a positional diff when adding objects to the salesforce_source_config.include_objects field in google_datastream_stream resource (#​27926)
  • iamworkforcepool: marked sensitive and ignore_read as true for security_token in google_iam_workforce_pool_provider_scim_token resource (#​27812)
  • networkconnectivity: fixed google_network_connectivity_regional_endpoint being recreated on every apply when address is set to a resource URI (#​27923)
  • networkservices: fixed name field expansion for google_network_services_agent_gateway resources so that short names are automatically expanded to full resource names, preventing API validation errors on create and update. (#​27902)

v7.37.0

Compare Source

NOTES:

  • compute: migrated EnableDisplay fields in google_compute_instance resources to use direct HTTP rather than a client library (#​27778)
  • compute: migrated desired_status block and startInstanceOperation in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​27755)
  • compute: migrated getInstance, getDisk, Delete and the setMetadata update block in resource_compute_instance.go.tmpl to use direct HTTP rather than a client library (#​27716)
  • compute: migrated part of google_compute_instance to use direct HTTP rather than a client library (#​27788)

DEPRECATIONS:

  • cloudrunv2: deprecated http_get.http_headers.port field in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource because it is not supported in Cloud Run API. This field will be removed in a future major release. (#​27800)
  • cloudsecuritycompliance: deprecated the organization field on google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment. Use parent instead (#​27769)
  • networkservices: deprecated protocols on google_network_services_agent_gateway (#​27802)

FEATURES:

  • New Data Source: google_oracle_database_goldengate_deployment_versions (#​27771)
  • New Data Source: google_storage_control_project_intelligence_finding (#​27764)
  • New Data Source: google_storage_control_project_intelligence_findings (#​27764)
  • New Resource: google_chronicle_parser (#​27801)
  • New Resource: google_migration_center_import_data_file (#​27721)
  • New Resource: google_network_services_agent_gateway (#​27803)
  • New Resource: google_vertex_ai_tensorboard_experiment (#​27796)
  • New List Resource: google_bigquery_dataset_access (#​27758)
  • New List Resource: google_cloud_scheduler_job (#​27758)
  • New List Resource: google_dns_record_set (#​27792)
  • New List Resource: google_monitoring_alert_policy (#​27758)
  • New List Resource: google_pubsub_subscription (#​27758)

IMPROVEMENTS:

  • apigee: added new resource google_apigee_environment_debugmask for managing Apigee environment debug masks (#​27719)
  • backupdr: added support for use_project_service_account flag in google_backup_dr_restore_workload disk and compute restores (#​27797)
  • cloudrunv2: added http_get.http_headers.name field to container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​27800)
  • cloudrunv2: added template.client and template.client_version fields to google_cloud_run_v2_worker_pool resource (#​27757)
  • cloudsecuritycompliance: added support for project parent to google_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, and google_cloud_security_compliance_framework_deployment via the new parent field. The organization field has been deprecated. (#​27769)
  • compute: added params.resource_manager_tags field to google_compute_reservation resource (#​27770)
  • compute: added data sources for google_compute_target_http_proxy, google_compute_target_https_proxy, google_compute_region_target_http_proxy, and google_compute_region_target_https_proxy (#​27767)
  • container: added addons_config.slurm_operator_config field to google_container_cluster resource (#​27765)
  • container: added node_image_config field to google_container_node_pool and google_container_cluster resources (#​27794)
  • databasemigrationservice: added state and stop_on_warnings fields to google_database_migration_service_migration_job resource (#​27731)
  • dns: added resource identity support for google_dns_record_set resource (#​27792)
  • networksecurity: added network_rules field on google_network_security_authz_policy resource (#​27821)
  • pubsub: added first_revision_id and last_revision_id fields to google_pubsub_topic resource (#​27718)
  • sql: added settings.ip_configuration.psc_config.psc_auto_dns_enabled and settings.ip_configuration.psc_config.psc_write_endpoint_dns_enabled fields to google_sql_database_instance resource (#​27776)

BUG FIXES:

  • apigee: fixed google_apigee_api not detecting local bundle changes due to a missing default on detect_md5hash, and fixed the test sweeper's list URL (#​27791)
  • apigee: fixed google_apigee_security_action update failure by enabling PATCH-based updates now that the Apigee Security Actions API supports mutations (#​27768)
  • apigee: fixed a perma-diff for api_products and scopes fields in google_apigee_developer_app resource when updating them with multiple items (#​27789)
  • apigee: fixed an issue where the resource would attempt recreation if the key_expires_in field was set in google_apigee_developer_app resource (#​27779)
  • ces: fixed persistent diff in google_ces_guardrail when llm_prompt_security is configured with default_settings (#​27766)
  • cloudrun: fixed a permadiff for the run.googleapis.com/gpu-zonal-redundancy-disabled annotation in google_cloud_run_service (#​27787)
  • cloudrunv2: fixed bug where only one http_get.http_headers block could be specified in container startup probe and liveness probe in google_cloud_run_v2_worker_pool resource (#​27800)
  • compute: fixed an issue in google_compute_subnetwork where secondary_ip_range entries linked to an internal_range could not be removed and adding new ranges would sometimes fail due to positional shifts (#​27175) (#​27720)
  • compute: fixed diff when using existing_reservations field in google_region_commitment (#​27775)
  • compute: fixed rules in google_compute_security_policy being unnecessarily recreated due to TypeSet hash instability (#​27754)
  • sql: fixed inconsistent result after apply error when adding users of type CLOUD_IAM_GROUP with capitalized domain names for MySQL (#​27784)
  • storage: fixed OOM issue for google_storage_bucket force_destroy by limiting the number of outstanding tasks to 2000 (#​27777)

v7.36.0

Compare Source

FEATURES:

  • New Data Source: google_apigee_instance (#​27683)
  • New Data Source: google_oracle_database_goldengate_deployment_types (#​27634)
  • New Resource: google_apigee_datastore (#​27607)
  • New Resource: google_discovery_engine_search_engine_iam_binding (#​27703)
  • New Resource: google_license_manager_configuration (#​27707)
  • New Resource: google_migration_center_import_job (#​27599)
  • New List Resource: google_compute_disk (#​27608)
  • New List Resource: google_compute_image (#​27608)
  • New List Resource: google_compute_snapshot (#​27608)
  • New List Resource: google_storage_hmac_key (#​27637)

IMPROVEMENTS:

  • accesscontextmanager: added in-place update for egress_from and egress_to fields in google_access_context_manager_service_perimeter_egress_policy resource (#​27690)
  • accesscontextmanager: added in-place update for egress_from and egress_to fields in google_access_context_manager_service_perimeter_ingress_policy resource (#​27690)
  • bigquery: added IAM support (google_bigquery_routine_iam_policy, google_bigquery_routine_iam_binding, google_bigquery_routine_iam_member) for google_bigquery_routine resource (#​27704)
  • bigtable: added automated_backup_policy.locations field in google_bigtable_table resource (#​27646)
  • ces: added agent_tool, file_search_tool, and widget_tool fields to the google_ces_tool resource (#​27681)
  • ces: added google_search_tool.prompt_config and data_store_tool.data_store_source fields to the google_ces_tool resource (#​27681)
  • ces: exposed remote_agent_tool, connector_tool, and mcp_tool as read-only (output-only) attributes in google_ces_tool (#​27681)
  • container: added node_creation_config field to google_container_cluster resource (#​27702)
  • container: added node_drain_config.pdb_timeout_duration and node_drain_config.grace_termination_duration fields to google_container_node_pool and google_container_cluster resources (#​27694)
  • data_catalog: added RICHTEXT to allowed values of primitive_type on google_data_catalog_tag_template fields. (#​27672)
  • dataplex: added IAM support for google_dataplex_data_product resource (iam_policy, iam_binding, iam_member) (#​27652)
  • dataplex: added access_approval_config field to google_dataplex_data_product resource (#​27652)
  • hypercomputecluster: marked network_resources field as required in google_hypercomputecluster_cluster resource to align with API validation (#​27655)
  • networksecurity: google_network_security_ull_mirroring_engine, google_network_security_ull_mirroring_collector, and google_network_security_ull_mirroring_collector_rule resources promoted to GA (#​27710)
  • securesourcemanager: added psc_allowed_projects field to google_secure_source_manager_instance resource (#​27695)
  • workbench: added NVIDIA_RTX6000 to the supported gce_setup.accelerator_configs.type values on google_workbench_instance resource(#​27709)

BUG FIXES:

  • apigee: send zero values for ip_header_index in google_apigee_environment resource (#​27670)
  • backupdr: fixed an issue where google_backup_dr_restore_workload did not use the correct API JSON names for networking/reservation fields (#​27680)
  • compute: fixed an issue where updating connection_limit in the consumer_accept_lists block of google_compute_service_attachment would not trigger a resource update. (#​27688)
  • compute: fixed regional backend reference in google_compute_regional_url_map resource (#​27705)
  • dlp: fixed error when reading google_data_loss_prevention_discovery_config caused by nested error details (#​27669)
  • sql: fixed permadiff on connection_pool_config when connection_pooling_enabled is set to false (#​27711)
  • tags: fixed google_tags_location_tag_binding failing with Operation location does not match service location 'global' during creation (#​27668)
  • vertexai: fixed terraform import of google_vertex_ai_index_endpoint_deployed_index failing with "Cannot determine region" when provider-level region/zone is unset (#​27692)

v7.35.0

Compare Source

FEATURES:

  • New Data Source: google_oracle_database_goldengate_connection_types (#​27567)
  • New Resource: google_chronicle_findings_refinement (#​27591)
  • New Resource: google_dataplex_data_product (#​27588)
  • New Resource: google_dataplex_data_product_data_asset (#​27588)
  • New Resource: google_migration_center_discovery_client (#​27572)
  • New Resource: google_migration_center_report (#​27548)
  • New Resource: google_oracle_database_goldengate_connection_assignment (#​27566)
  • New Resource: google_oracle_database_goldengate_connection (#​27587)
  • New Resource: google_oracle_database_goldengate_deployment (#​27575)
  • New List Resource: google_compute_firewall (#​27549)
  • New List Resource: google_compute_global_address (#​27549)
  • New List Resource: google_compute_subnetwork (#​27549)
  • New List Resource: google_sql_database (#​27552)

IMPROVEMENTS:

  • compute: added target_type and target_forwarding_rules fields to google_compute_network_firewall_policy_rule resource (#​27538)
  • container: added crash_loop_back_off.max_container_restart_period field to google_container_node_pool and google_container_cluster resources (#​27574)
  • container: added additional value KCP_VPA for logging_config.enable_components field to google_container_cluster resource (#​27546)
  • dataplex: added service_account support to google_dataplex_data_product access group principals (#​27588)
  • firestore: added ttl_config.expiration_offset field to google_firestore_field resource (#​27589)
  • netapp: added ontap_source field to google_netapp_backup resource (#​27584)
  • networkmanagement: added gke_pod and network_type fields to google_network_management_connectivity_test resource (#​27585)

BUG FIXES:

  • resourcemanager: fixed a bug where ephemeral google_service_account_key failed on deletion if the parent service account had already been deleted (#​27541)
  • storage: fixed missing identity error when updating values in google_storage_bucket (#​27605)

v7.34.0

Compare Source

NOTES:

  • compute: migrated google_compute_region_instance_template to use direct HTTP rather than a client library (#​27471)
  • compute: migrated google_compute_instance_group_manager resource to use direct HTTP rather than a client library (#​27441)

FEATURES:

  • New Data Source: google_compute_service_attachment (#​27526)
  • New Data Source: google_oracle_database_goldengate_deployment_environments (#​27499)
  • New Resource: google_config_deployment (#​27438)
  • New Resource: google_dialogflow_sip_trunk (#​27468)
  • New Resource: google_migration_center_assets_export_job (#​27466)
  • New Resource: google_migration_center_report_config (#​27395)
  • New Resource: google_migration_center_settings (#​27465)
  • New Resource: google_migration_center_source (#​27496)

IMPROVEMENTS:

  • bigtable: added edition field to google_bigtable_instance resource (#​27507)
  • ces: added fail_open field to llm_prompt_security block in google_ces_guardrail resource (#​27497)
  • ces: added read-only fail_open field to llm_prompt_security block in google_ces_app_version resource (#​27497)
  • compute: added ip_version and ip_collection fields to secondary_ip_range field in google_compute_subnetwork resource (#​27432)
  • compute: added post_quantum_key_exchange field to google_compute_ssl_policy and google_compute_region_ssl_policy resources (#​27479)
  • compute: added support in the google_compute_network datasource for looking up a network by self_link in addition to name (#​27509)
  • container: added agent_sandbox_config field to google_container_cluster resource (#​27482)
  • container: added node_config.gpudirect_strategy and node_pool.node_config.gpudirect_strategy to cluster resource, added node_config.gpudirect_strategy to node_pool resource (#​27495)
  • dataflow: Added create_ignore_already_exists field to google_dataflow_flex_template_job resource to handle 409 conflicts (#​27476)
  • datafusion: added maintenance_policy field to google_data_fusion_instance resource (#​27470)
  • iam: add resource identity support for iam_member resources (#​27383)
  • networkconnectivity: google_network_connectivity_transport resource promoted to GA (#​27440)
  • oracledatabase: added identity_connector to google_oracle_database_cloud_vm_cluster for CMEK support (#​27435)
  • project: added Resource Identity support to google_project_iam_binding (#​27502)
  • project: added Resource Identity support to google_project_iam_policy (#​27503)
  • sql: promoted Hyperdisk fields, data_disk_provisioned_iops and data_disk_provisioned_throughput to GA (#​27437)

BUG FIXES:

  • bigtable: fixed an issue where bigtable_custom_endpoint and universe_domain were ignored when creating Bigtable resources. (#​27515)
  • compute: fixed an issue in google_compute_subnetwork where secondary_ip_range entries linked to an internal_range could not be removed and adding new ranges would sometimes fail due to positional shifts (#​27175) (#​27512)
  • compute: marked encryption keys as immutable and sensitive across compute and backupdr resources (#​27508)
  • dialogflow: corrected AUDIOENCODING_SPEEX_WITH_HEADER_BYTE enum value to AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE for audio_encoding field in google_dialogflow_conversation_profile resource (#​27459)
  • resourcemanager: resolved a one-time diff for deletion_policy that would occur on existing and imported google_project_service resources following upgrading to v7.32.0 (#​27484)

v7.33.0

Compare Source

NOTES:

  • compute: migrated google_compute_target_pool resource to use direct HTTP rather than a client library (#​12212)
  • compute: migrated google_compute_instance_group_manager resource to use direct HTTP rather than a client library (#​12206)
  • compute: migrated google_compute_project_default_network_tier resource to use direct HTTP rather than a client library (#​12201)
  • compute: migrated google_compute_router_status data source to use direct HTTP rather than a client library (#​12174)
  • compute: migrated google_compute_instance_group_manager resource to use direct HTTP rather than a client library (#​12216)
  • compute: partially migrated google_compute_instance resource to use direct HTTP rather then a client library (#​12205)

FEATURES:

  • New Data Source: google_logging_log_view (#​12226)
  • New Resource: google_apigee_data_collector (#​12190)
  • New Resource: google_chronicle_native_dashboard (ga) (#​12188)
  • New Resource: google_contact_center_insights_encryption_spec (#​12225)

IMPROVEMENTS:

  • backupdr: added guest_flush field to google_backup_dr_backup_plan resource and google_backup_dr_backup data source. (#​12229)
  • backupdr: added guest_flush field to google_backup_dr_backup_plan resource and google_backup_dr_backup data source. (#​12230)
  • ces: added security_settings field to google_ces_deployment resource (#​12227)
  • ces: added tool_execution_mode field to google_ces_app resource (#​12221)
  • compute: added stabilization_period field to google_compute_autoscaler and google_compute_region_autoscaler resources (#​12232)
  • compute: added support for "ARP_BROADCAST_PRIMARY_RANGE" values to the resolve_subnet_mask field in google_compute_subnetwork resource (#​12176)
  • compute: added support for "GCE_VM_IP_DEDICATED_BACKEND" to the network_endpoint_type field in google_compute_network_endpoint_group resource (#​12176)
  • compute: migrated data_source_google_compute_regions to use direct HTTP rather than a client library (#​12202)
  • container: added pod_snapshot_config field to google_container_cluster resource (GA) (#​12196)
  • container: added secret_sync_config field to google_container_cluster resource (ga) (#​12215)
  • databasemigrationservice: added database and private_connectivity fields to google_database_migration_service_connection_profile resource (#​12203)
  • databasemigrationservice: added postgres_homogeneous_config field to google_database_migration_service_migration_job resource (#​12203)
  • databasemigrationservice: added psc_interface_config field to google_database_migration_service_private_connection resource (#​12184)
  • hypercomputecluster: added terminal_storage_class and per_unit_storage_throughput fields to the google_hypercomputecluster_cluster resource (#​12234)
  • netapp: added ontap_source field to google_netapp_backup resource (beta) (#​12231)
  • provider: support for a deletion_policy field has been added to almost all resources in the provider. Details on its usage can be found within individual resource documentation if supported. (#​12183)
  • storagebatchoperations: added description field to google_storage_batch_operations_job resource (#​12207)
  • workstations: added workstation_authorization_url and workstation_launch_url fields to the google_workstations_workstation_cluster resource. (#​12185)

BUG FIXES:

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch 2 times, most recently from b535496 to d2d9440 Compare May 5, 2026 22:40
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch from d2d9440 to 47e7ce2 Compare May 12, 2026 23:22
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch from 47e7ce2 to 3b34dcf Compare May 20, 2026 03:14
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch 2 times, most recently from fd33bd3 to 5d5d01c Compare June 3, 2026 02:37
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch 2 times, most recently from 42939c9 to b185e17 Compare June 19, 2026 18:37
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch from b185e17 to 37cdd06 Compare June 26, 2026 21:30
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.4/google-7.x branch from 37cdd06 to 470e0dd Compare July 3, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants