chore(deps): update terraform-gcp to ~> 7.7.0 #2296
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 7.5.0->~> 7.7.07.5.0->7.7.0~> 7.5.0->~> 7.7.0Release Notes
hashicorp/terraform-provider-google (google)
v7.7.0Compare Source
BREAKING CHANGES:
google_discovery_engine_data_connector.entities.params. Previously, it was a map of string keys to string values; now, it must be a JSON-encoded string containing an object. This change is being made in a minor release because the field wasn't usable as intended – specifically, all current valid uses require mapping strings to lists of strings. (#24658)FEATURES:
google_network_management_connectivity_tests(#24635)google_apigee_developer_app(#24625)google_discovery_engine_license_config(#24619)google_iam_workforce_pool_provider_scim_tenant(#24587)google_kms_project_kaj_policy_config(#24622)google_saas_runtime_tenant(#24608)IMPROVEMENTS:
scopesargument ingoogle_apigee_api_productresource to be order-insensitive. (#24625)proxy_protocol_configandservice_discoveryfields togoogle_beyondcorp_security_gatewayresource (#24609)default_uri_disabledfield togoogle_cloud_run_v2_serviceresource. (GA promotion) (#24602)health_check_disabledfield togoogle_cloud_run_v2_serviceresource. (#24602)paramsfield togoogle_compute_routerresource (GA) (#24611)connector_modes,sync_mode,incremental_refresh_interval,auto_run_disabled, andincremental_sync_disabledfields togoogle_discovery_engine_data_connectorresource (#24658)kms_key_namefield togoogle_discovery_engine_search_engineresource (#24658)publish_to_dataplex_catalogfield todiscovery_configresource (#24621)on_prem_versionfield ongoogle_gkeonprem_vmware_node_pool(previously output-only) (#24614)deletion_protectionfield tomemcache_instanceto make deleting them require an explicit intent.memcache_instanceresources now cannot be destroyed unlessdeletion_protection = falseis set for the resource. (#24613)tagsfield togoogle_dataproc_metastore_serviceand 'google_dataproc_metastore_federation' resources to allow setting tags for services and federation at creation time (#24633)URL_FILTERINGoption to enum fieldtypeforgoogle_network_security_security_profileresource (#24583)url_filtering_profilefield togoogle_network_security_security_profile_groupresource (beta) (#24583)url_filtering_profilefield togoogle_network_security_security_profileresource (beta) (#24583)source_instance_deletion_timefield togoogle_sql_database_instance_latest_recovery_timedata source (#24576)source_instance_deletion_timefield togoogle_sql_database_instanceresource (#24576)BUG FIXES:
google_bigquery_analytics_hub_listing_subscriptionimport (#24634)knowledgeBaseSysIdorcatalogSysIdingoogle_discovery_engine_data_connector.entities.params. (#24658)v7.6.0Compare Source
DEPRECATIONS:
ignore_case,exact,prefix,suffixandcontainsfields inhttp_rules.from.not_sources.principalsandhttp_rules.from.sources.principalsblocks ingoogle_network_security_authz_policyresource. Use the equivalent fields inhttp_rules.from.not_sources.principals.principalorhttp_rules.from.sources.principals.principalinstead. (#24543)BREAKING CHANGES:
node_configblocks that had setkubelet_configwithout explicitly settingcpu_cfs_quotaimplicitly setcfu_cfs_quotatofalsewhen unset. From this version onwards, an unsetcpu_cfs_quotawill instead match the API default of truetrue. Resources that are recreated will receive the new value; old resources are unaffected, and may change values by explicitly setting the intended one. (#24569)activity_data_retention_period_daysfield fromgoogle_storage_insights_dataset_configresource due to a delayed launch. It will be readded when the feature launches. (#24570)FEATURES:
google_kms_folder_kaj_policy_config(#24513)google_vertex_ai_cache_config(#24541)google_vertex_ai_reasoning_engine(#24512)IMPROVEMENTS:
data_sourceandrules_config_infofields togoogle_backup_dr_backup_plan_associationsdatasource (#24517)external,proxy_protocol, andschemafields togoogle_beyondcorp_security_gateway_applicationresource (#24542)endpoint_matchersfield to not be required anymore in thegoogle_beyondcorp_security_gateway_applicationresource (#24542)default_uri_disabledfield togoogle_cloud_run_v2_serviceresource (#24556)shared_secret_woandshared_secret_wo_versionfields togoogle_compute_vpn_tunnelresource, enabling write-only management of the shared secret. (#24491)SENSITIVITY_UNKNOWNas possible enum value foractions.tag_resources.tag_conditions.sensitivity_score.scoreingoogle_data_loss_prevention_discovery_configresource (#24564)actions.save_findings.output_config.storage_pathfield togoogle_data_loss_prevention_job_triggerresource (#24558)file_shares.nfs_export_options.networkandnetworks.psc_config.endpoint_projectfields togoogle_filestore_instanceresource (#24567)google_lustre_instanceresource (#24559)hybrid_replication_user_commandsfield with subfieldcommandstogoogle_netapp_volume_replicationresource (#24554)replication_schedule,hybrid_replication_type,large_volume_constituent_countfields tohybrid_replication_parametersfield ingoogle_netapp_volumeresource (#24554)ip_blocksfield togoogle_network_security_authz_policyresource (#24543)google_secret_manager_secret_versionresource (#24566)source_instance_deletion_timefield togoogle_sql_database_instance_latest_recovery_timedata source (#24576)source_instance_deletion_timefield togoogle_sql_database_instanceresource (#24576)user_project_overrideandbilling_projectfields togoogle_storage_transfer_jobresource (#24504)BUG FIXES:
node_config.kubelet_config.cpu_cfs_quotaongoogle_container_cluster,google_container_node_pool,google_container_cluster.node_poolto align with the API. Terraform will now send atruevalue when the field is unset on creation, and preserve any previously set value when unset. Explicitly set values will work as defined in configuration. (#24569)hashicorp/terraform-provider-google-beta (google-beta)
v7.7.0Compare Source
BREAKING CHANGES:
google_discovery_engine_data_connector.entities.params. Previously, it was a map of string keys to string values; now, it must be a JSON-encoded string containing an object. This change is being made in a minor release because the field wasn't usable as intended – specifically, all current valid uses require mapping strings to lists of strings. (#10863)FEATURES:
google_network_management_connectivity_tests(#10856)google_apigee_developer_app(#10851)google_discovery_engine_license_config(#10848)google_iam_workforce_pool_provider_scim_tenant(#10834)google_kms_project_kaj_policy_config(#10850)google_saas_runtime_tenant(#10841)IMPROVEMENTS:
scopesargument ingoogle_apigee_api_productresource to be order-insensitive. (#10851)proxy_protocol_configandservice_discoveryfields togoogle_beyondcorp_security_gatewayresource (#10842)health_check_disabledfield togoogle_cloud_run_v2_serviceresource. (#10839)paramsfield togoogle_compute_routerresource (GA) (#10844)connector_modes,sync_mode,incremental_refresh_interval,auto_run_disabled, andincremental_sync_disabledfields togoogle_discovery_engine_data_connectorresource (#10863)kms_key_namefield togoogle_discovery_engine_search_engineresource (#10863)publish_to_dataplex_catalogfield todiscovery_configresource (#10849)on_prem_versionfield ongoogle_gkeonprem_vmware_node_pool(previously output-only) (#10847)deletion_protectionfield tomemcache_instanceto make deleting them require an explicit intent.memcache_instanceresources now cannot be destroyed unlessdeletion_protection = falseis set for the resource. (#10846)tagsfield togoogle_dataproc_metastore_serviceand 'google_dataproc_metastore_federation' resources to allow setting tags for services and federation at creation time (#10854)URL_FILTERINGoption to enum fieldtypeforgoogle_network_security_security_profileresource (#10829)url_filtering_profilefield togoogle_network_security_security_profile_groupresource (#10829)url_filtering_profilefield togoogle_network_security_security_profileresource (#10829)source_instance_deletion_timefield togoogle_sql_database_instance_latest_recovery_timedata source (#10827)source_instance_deletion_timefield togoogle_sql_database_instanceresource (#10827)BUG FIXES:
google_bigquery_analytics_hub_listing_subscriptionimport (#10855)knowledgeBaseSysIdorcatalogSysIdingoogle_discovery_engine_data_connector.entities.params. (#10863)v7.6.0Compare Source
DEPRECATIONS:
ignore_case,exact,prefix,suffixandcontainsfields inhttp_rules.from.not_sources.principalsandhttp_rules.from.sources.principalsblocks ingoogle_network_security_authz_policyresource. Use the equivalent fields inhttp_rules.from.not_sources.principals.principalorhttp_rules.from.sources.principals.principalinstead. (#10809)BREAKING CHANGES:
node_configblocks that had setkubelet_configwithout explicitly settingcpu_cfs_quotaimplicitly setcfu_cfs_quotatofalsewhen unset. From this version onwards, an unsetcpu_cfs_quotawill instead match the API default of truetrue. Resources that are recreated will receive the new value; old resources are unaffected, and may change values by explicitly setting the intended one. (#10823)activity_data_retention_period_daysfield fromgoogle_storage_insights_dataset_configresource due to a delayed launch. It will be readded when the feature launches. (#10824)FEATURES:
google_kms_folder_kaj_policy_config(#10798)google_vertex_ai_cache_config(#10807)google_vertex_ai_reasoning_engine(#10797)IMPROVEMENTS:
data_sourceandrules_config_infofields togoogle_backup_dr_backup_plan_associationsdatasource (#10802)external,proxy_protocol, andschemafields togoogle_beyondcorp_security_gateway_applicationresource (#10808)endpoint_matchersfield to not be required anymore in thegoogle_beyondcorp_security_gateway_applicationresource (#10808)reservationfield togoogle_bigquery_jobresource (#10796)backend.max_in_flight_requests,backend.max_in_flight_requests_per_instance,backend.max_in_flight_requests_per_endpointandbackend.traffic_durationfields togoogle_compute_backend_serviceresource (#10799)shared_secret_woandshared_secret_wo_versionfields togoogle_compute_vpn_tunnelresource, enabling write-only management of the shared secret. (#10788)SENSITIVITY_UNKNOWNas possible enum value foractions.tag_resources.tag_conditions.sensitivity_score.scoreingoogle_data_loss_prevention_discovery_configresource (#10820)actions.save_findings.output_config.storage_pathfield togoogle_data_loss_prevention_job_triggerresource (#10816)google_lustre_instanceresource (#10817)hybrid_replication_user_commandsfield with subfieldcommandstogoogle_netapp_volume_replicationresource (#10813)replication_schedule,hybrid_replication_type,large_volume_constituent_countfields tohybrid_replication_parametersfield ingoogle_netapp_volumeresource (#10813)ip_blocksfield togoogle_network_security_authz_policyresource (#10809)google_secret_manager_secret_versionresource (#10821)source_instance_deletion_timefield togoogle_sql_database_instance_latest_recovery_timedata source (#10827)source_instance_deletion_timefield togoogle_sql_database_instanceresource (#10827)user_project_overrideandbilling_projectfields togoogle_storage_transfer_jobresource (#10790)BUG FIXES:
node_config.kubelet_config.cpu_cfs_quotaongoogle_container_cluster,google_container_node_pool,google_container_cluster.node_poolto align with the API. Terraform will now send atruevalue when the field is unset on creation, and preserve any previously set value when unset. Explicitly set values will work as defined in configuration. (#10823)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.
This PR was generated by Mend Renovate. View the repository job log.