Skip to content

chore(deps): update terraform-gcp to ~> 6.37.0 #888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2025

This PR contains the following updates:

Package Type Update Change
google (source) required_provider minor ~> 6.33.0 -> ~> 6.37.0
google (source) required_provider minor 6.33.0 -> 6.37.0
google-beta (source) required_provider minor ~> 6.33.0 -> ~> 6.37.0

Release Notes

hashicorp/terraform-provider-google (google)

v6.37.0

Compare Source

v6.36.1

Compare Source

BUG FIXES:

  • compute: fixed forced instance recreation when adding a attached_disk with unset force_attach to google_compute_instance (#​22954)

v6.36.0

Compare Source

v6.35.0

Compare Source

BREAKING CHANGES:

  • metastore: removed non-functioning tags field from google_dataproc_metastore_service. It was introduced in v6.31.0 but the feature was not yet GA. (#​22636)
  • redis: removed non-functioning tags field from google_redis_instance . It was introduced in v6.31.0 but the feature was not yet GA. (#​22637)

FEATURES:

  • New Resource: google_compute_cross_site_network (#​22632)

IMPROVEMENTS:

  • alloydb: added psc_auto_connections field to google_alloydb_instance resource (#​22630)
  • apigee: added s_sl_info.enforce field in google_apigee_target_server resource (#​22594)
  • bigquery: added security_mode option for google_bigquery_routine resource (#​22643)
  • bigtable: added support for explicit disable automated backup on create for google_bigtable_table (#​22635)
  • compute: added guest_os_features and architecture to google_compute_instance_template and google_compute_region_instance_template (#​22644)
  • compute: allowed in-place updates for subnetworks, description, producer_accept_lists, and producer_reject_lists on google_compute_network_attachment (#​22611)
  • dialogflowcx: added knowledge_connector_settings field to google_dialogflow_cx_flow and google_dialogflow_cx_page resources (#​22631)
  • netapp: added backup_vault_type, backup_region, source_region, source_backup_vault, and destination_backup_vault fields to google_netapp_backup_vault (#​22625)
  • netapp: added volume_region and backup_region fields to google_netapp_backup (#​22625)
  • networkconnectivity: added immutability field to google_network_connectivity_internal_range resource (#​22623)
  • networkservices: added flex_shielding field to google_network_services_edge_cache_origin resource (#​22645)
  • spanner: added field default_time_zone to google_spanner_database resource (#​22628)
  • storage: added new field content_hexsha512 and content_base64sha512 in data source google_storage_bucket_object_content (#​22592)

BUG FIXES:

  • gemini: fixed bug on google_gemini_code_repository_index where force_destroy field did nothing (#​22648)
  • privateca: removed requirement to specify organization for google_privateca_certificate_authority resource (#​22634)
  • workbench: fixed some metadata changes not being reflected in google_workbench_instance (#​22612)

v6.34.1

Compare Source

BUG FIXES:

  • bigtable: fixed forced instance recreation due to addition of cluster.node_scaling_factor for google_bigtable_instance (#​22674)

v6.34.0

Compare Source

DEPRECATIONS:

  • tpu: deprecated google_tpu_node resource. google_tpu_node is deprecated and will be removed in a future major release. Use google_tpu_v2_vm instead. (#​22552)

FEATURES:

  • New Resource: google_apigee_security_profile_v2 (#​22524)

IMPROVEMENTS:

  • bigtable: added cluster.node_scaling_factor field to google_bigtable_instance resource (#​22560)
  • cloudrunv2: added scaling_mode and manual_instance_count fields to google_cloud_run_v2_service resource (#​22561)
  • networkconnectivity: added state_reason field to google_network_connectivity_spoke resource (#​22525)
  • sql: added connection_pool_config field to the google_sql_database_instance resource (#​22583)
  • vpcaccess: changed fields min_instances, max_instances, machine_type to allow update google_vpc_access_connector without recreation. (#​22572)

BUG FIXES:

  • compute: fixed the bug when validating the subnetwork project in google_compute_instance resource (#​22571)
  • workbench: fixed a permadiff on metadata of instance-region in google_workbench_instance resource (#​22553)
hashicorp/terraform-provider-google-beta (google-beta)

v6.37.0

Compare Source

FEATURES:

  • New Data Source: google_bigquery_table (#​10076)
  • New Data Source: google_gke_hub_membership (#​10075)
  • New Resource: google_apigee_security_monitoring_condition (#​10063)
  • New Resource: google_beyondcorp_security_gateway_application (#​10059)
  • New Resource: google_cloud_run_v2_worker_pool (#​10054)
  • New Resource: google_compute_future_reservation (#​10020)
  • New Resource: google_dataplex_glossary_category (#​10016)
  • New Resource: google_dataplex_glossary_term (#​10016)
  • New Resource: google_iam_workforce_pool_provider_key (#​10070)
  • New Resource: google_iam_workload_identity_pool_managed_identity (#​10081)
  • New Resource: google_iam_workload_identity_pool_namespace (#​10044)
  • New Resource: google_managed_kafka_acl (#​10067)

IMPROVEMENTS:

  • alloydb: added activation_policy field to google_alloydb_instance resource (#​10010)
  • compute: added mirror_percent field to default_route_action.request_mirror_policy, path_matchers.default_route_action.request_mirror_policy, path_matchers.path_rules.route_action.request_mirror_policy, and path_matchers.route_rules.route_action.request_mirror_policy in google_compute_url_map resource (#​10071)
  • compute: added network_pass_through_lb_traffic_policy.0.zonal_affinity.0.spillover, network_pass_through_lb_traffic_policy.0.zonal_affinity.0.spillover_ratio and dynamic_forwarding.0.ip_port_selection.0.enabled to google_compute_backend_service resource (#​10056)
  • compute: added in-place update support for mtu field in google_compute_network (#​10066)
  • compute: added subsetting.0.subset_size and dynamic_forwarding.0.ip_port_selection.0.enabled to google_compute_region_backend_service resource (#​10056)
  • container: added in-place update support for ip_allocation_policy.stack_type field in google_container_cluster resource (#​10037)
  • container: added in-place update support for enable_multi_networking in google_container_cluster resource (#​10045)
  • databasemigrationservice: added create_without_validation field to google_database_migration_service_private_connection resource (#​10046)
  • dataflow: added additional_pipeline_options field to google_dataflow_flex_template_job resource (#​10040)
  • filestore: added PSC fields to google_filestore_instance (#​10061)
  • memorystore: added field desired_auto_created_endpoints for google_memorystore_instance resource (#​10031)
  • netapp: added hybrid_peering_details and hybrid_replication_type fields to google_netapp_volume_replication resource (#​10077)
  • netapp: added hybrid_replication_parameters fields to google_netapp_volume resource (#​10077)
  • netblock: added restricted-googleapis-with-directconnectivity and private-googleapis-with-directconnectivity range_types to google_netblock_ip_ranges data source (#​10051)
  • netblock: added ipv6 ranges for restricted-googleapis and private-googleapis range_types to google_netblock_ip_ranges data source (#​10051)
  • privateca: added name_constraints field for google_privateca_certificate_template resource (#​10083)
  • spanner: added field instance_type to the google_spanner_instance resource (#​10038)
  • storage: added ip_filter to google_storage_bucket resource. (#​10078)

BUG FIXES:

  • gemini: fixed permadiff on product field in google_gemini_logging_setting_binding resource (#​10011)
  • gemini: fixed permadiff on product field in google_gemini_release_channel_setting_binding resource (#​10050)
  • networkservices: fixed validation error when modifying the cache_mode field in edge_cache_service (#​10053)
  • privateca: fixed issue preventing setting 0 and null values for basic constraints in the google_privateca_certificate_template resource via the addition of null_ca and zero_max_issuer_path_length fields (#​10083)
  • vpcaccess: fixed an issue where Terraform config validation conditions could have erroneously invalidated existing google_vpc_access_connector resources (#​10018)

v6.36.1

Compare Source

BUG FIXES:

  • compute: fixed forced instance recreation when adding a attached_disk with unset force_attach to google_compute_instance (#​10064)

v6.36.0

Compare Source

v6.35.0

Compare Source

FEATURES:

  • New Resource: google_compute_cross_site_network (#​9940)

IMPROVEMENTS:

  • alloydb: added psc_auto_connections field to google_alloydb_instance resource (#​9938)
  • apigee: added s_sl_info.enforce field in google_apigee_target_server resource (#​9922)
  • bigquery: added security_mode option for google_bigquery_routine resource (#​9949)
  • bigtable: added support for explicit disable automated backup on create for google_bigtable_table (#​9943)
  • compute: added guest_os_features and architecture to google_compute_instance_template and google_compute_region_instance_template (#​9950)
  • compute: added grpc_tls_health_check field to google_compute_healthcheck resource (#​9924)
  • compute: allowed in-place updates for subnetworks, description, producer_accept_lists, and producer_reject_lists on google_compute_network_attachment (#​9926)
  • dialogflowcx: added knowledge_connector_settings field to google_dialogflow_cx_flow and google_dialogflow_cx_page resources (#​9939)
  • filestore: added directory_services field to google_filestore_instance (#​9919)
  • netapp: added backup_vault_type, backup_region, source_region, source_backup_vault, and destination_backup_vault fields to google_netapp_backup_vault (#​9933)
  • netapp: added volume_region and backup_region fields to google_netapp_backup (#​9933)
  • networkconnectivity: added immutability field to google_network_connectivity_internal_range resource (#​9931)
  • networkservices: added flex_shielding field to google_network_services_edge_cache_origin resource (#​9951)
  • spanner: added field default_time_zone to google_spanner_database resource (#​9936)
  • storage: added new field content_hexsha512 and content_base64sha512 in data source google_storage_bucket_object_content (#​9920)

BUG FIXES:

  • gemini: fixed bug on google_gemini_code_repository_index where force_destroy field did nothing. (#​9952)
  • privateca: removed requirement to specify organization for google_privateca_certificate_authority resource (#​9942)
  • workbench: fixed some metadata changes not being reflected in google_workbench_instance (#​9927)

v6.34.1

Compare Source

BUG FIXES:

  • bigtable: fixed forced instance recreation due to addition of cluster.node_scaling_factor for google_bigtable_instance (#​9961)

v6.34.0

Compare Source

DEPRECATIONS:

  • tpu: deprecated google_tpu_node resource. google_tpu_node is deprecated and will be removed in a future major release. Use google_tpu_v2_vm instead. (#​9902)

FEATURES:

  • New Resource: google_apigee_security_profile_v2 (#​9895)
  • New Resource: google_resource_manager_capability (#​9917)

IMPROVEMENTS:

  • bigtable: added cluster.node_scaling_factor field to google_bigtable_instance resource (#​9907)
  • cloudrunv2: added scaling_mode and manual_instance_count fields to google_cloud_run_v2_service resource (#​9908)
  • filestore: added directory_services field to google_filestore_instance (beta) (#​9919)
  • networkconnectivity: added state_reason field to google_network_connectivity_spoke resource (#​9896)
  • sql: added connection_pool_config field to the google_sql_database_instance resource (#​9918)
  • vpcaccess: changed fields min_instances, max_instances, machine_type to allow update google_vpc_access_connector without without recreation. (#​9914)

BUG FIXES:

  • compute: fixed the bug when validating the subnetwork project in google_compute_instance resource (#​9913)
  • workbench: fixed a permadiff on metadata of instance-region in google_workbench_instance resource (#​9903)

Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels May 15, 2025
@renovate renovate bot requested review from commjoen and bendehaan as code owners May 15, 2025 17:33
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels May 15, 2025
@renovate renovate bot force-pushed the renovate/terraform-gcp branch from 0075d4d to 7e05225 Compare May 19, 2025 20:58
@renovate renovate bot changed the title chore(deps): update terraform-gcp to ~> 6.35.0 chore(deps): update terraform-gcp May 20, 2025
@renovate renovate bot force-pushed the renovate/terraform-gcp branch from 7e05225 to e2859f9 Compare May 20, 2025 19:15
@renovate renovate bot changed the title chore(deps): update terraform-gcp chore(deps): update terraform-gcp to ~> 6.36.0 May 20, 2025
@renovate renovate bot force-pushed the renovate/terraform-gcp branch 2 times, most recently from e67ba92 to 6a8909e Compare May 22, 2025 02:07
@renovate renovate bot changed the title chore(deps): update terraform-gcp to ~> 6.36.0 chore(deps): update terraform-gcp to ~> 6.37.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/terraform-gcp branch from 6a8909e to 630f636 Compare May 27, 2025 22:49
@renovate renovate bot force-pushed the renovate/terraform-gcp branch from 630f636 to 0fe9f75 Compare May 28, 2025 08:08
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants