chore(deps): update terraform google to ~> 7.7.0 #406
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.4.0
->~> 7.7.0
Release Notes
hashicorp/terraform-provider-google (google)
v7.7.0
Compare Source
v7.6.0
Compare Source
DEPRECATIONS:
ignore_case
,exact
,prefix
,suffix
andcontains
fields inhttp_rules.from.not_sources.principals
andhttp_rules.from.sources.principals
blocks ingoogle_network_security_authz_policy
resource. Use the equivalent fields inhttp_rules.from.not_sources.principals.principal
orhttp_rules.from.sources.principals.principal
instead. (#24543)BREAKING CHANGES:
node_config
blocks that had setkubelet_config
without explicitly settingcpu_cfs_quota
implicitly setcfu_cfs_quota
tofalse
when unset. From this version onwards, an unsetcpu_cfs_quota
will 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_days
field fromgoogle_storage_insights_dataset_config
resource 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_source
andrules_config_info
fields togoogle_backup_dr_backup_plan_associations
datasource (#24517)external
,proxy_protocol
, andschema
fields togoogle_beyondcorp_security_gateway_application
resource (#24542)endpoint_matchers
field to not be required anymore in thegoogle_beyondcorp_security_gateway_application
resource (#24542)default_uri_disabled
field togoogle_cloud_run_v2_service
resource (#24556)shared_secret_wo
andshared_secret_wo_version
fields togoogle_compute_vpn_tunnel
resource, enabling write-only management of the shared secret. (#24491)SENSITIVITY_UNKNOWN
as possible enum value foractions.tag_resources.tag_conditions.sensitivity_score.score
ingoogle_data_loss_prevention_discovery_config
resource (#24564)actions.save_findings.output_config.storage_path
field togoogle_data_loss_prevention_job_trigger
resource (#24558)file_shares.nfs_export_options.network
andnetworks.psc_config.endpoint_project
fields togoogle_filestore_instance
resource (#24567)google_lustre_instance
resource (#24559)hybrid_replication_user_commands
field with subfieldcommands
togoogle_netapp_volume_replication
resource (#24554)replication_schedule
,hybrid_replication_type
,large_volume_constituent_count
fields tohybrid_replication_parameters
field ingoogle_netapp_volume
resource (#24554)ip_blocks
field togoogle_network_security_authz_policy
resource (#24543)google_secret_manager_secret_version
resource (#24566)source_instance_deletion_time
field togoogle_sql_database_instance_latest_recovery_time
data source (#24576)source_instance_deletion_time
field togoogle_sql_database_instance
resource (#24576)user_project_override
andbilling_project
fields togoogle_storage_transfer_job
resource (#24504)BUG FIXES:
node_config.kubelet_config.cpu_cfs_quota
ongoogle_container_cluster
,google_container_node_pool
,google_container_cluster.node_pool
to align with the API. Terraform will now send atrue
value 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)v7.5.0
Compare Source
BREAKING CHANGES:
peer_ip_addresses
field type from String to Array ingoogle_netapp_volume
resource, as it was unusable otherwise (#24428)FEATURES:
google_artifact_registry_maven_artifacts
(#24487)google_artifact_registry_npm_packages
(#24486)google_apigee_api_deployment
(#24469)google_discovery_engine_data_connector
(#24472)google_managed_kafka_connect_cluster
(#24443)google_managed_kafka_connector
(#24443)google_kms_organization_kaj_policy_config
(#24471)google_saas_runtime_rollout_kind
(#24447)IMPROVEMENTS:
mount_options
in gcsfuse volumes forgoogle_cloud_run_v2_service
,google_cloud_run_v2_job
, andgoogle_cloud_run_v2_workerpool
resources. (#24413)startup_probe
andliveness_probe
togoogle_cloud_run_v2_worker_pool
resource (#24418)bandwidth_allocation
field togoogle_compute_wire_group
resource (#24460)shared_secret_wo
andshared_secret_wo_version
fields forgoogle_compute_vpn_tunnel
resource, enabling write-only management of the shared secret. (#24491)new_recognition_result_notification_config
field togoogle_dialogflow_conversation_profile
resource (#24468)features
field togoogle_discovery_engine_search_engine
resource (#24445)other_cloud_target
andother_cloud_starting_location
togoogle_data_loss_prevention_discovery_config
(#24463)backup_config.selected_namespace_labels
field togoogle_gke_backup_backup_plan
resource (#24427)gemini_enabled
field togoogle_looker_instance
resource (#24461)hot_tier_bypass_mode_enabled
andhot_tier_size_used_gib
fields togoogle_netapp_volume
(#24454)hot_tier_size_gib
,enable_hot_tier_auto_resize
,cold_tier_size_used_gib
andhot_tier_size_used_gib
fields togoogle_netapp_storage_pool
(#24454)gcp_oracle_zone
field togoogle_oracle_database_odb_network
resource (#24456)approval_workflow.steps.id
field togoogle_privileged_access_manager_entitlement
resource (#24419)tags
field togoogle_pubsub_topic
andgoogle_pubsub_subscription
resources (#24442)point_in_time_restore_context
field togoogle_sql_database_instance
(#24489)force_destroy
field togoogle_storage_insights_report_config
resource (#24462)activity_data_retention_period_days
field togoogle_storage_insights_dataset_config
resource (#24459)endpoint_config.private_service_connect_config
block togoogle_vertex_ai_endpoint_with_model_garden_deployment
resource (#24425)encryption_spec.kms_key_name
field togoogle_vertex_ai_index_endpoint
resource (#24490)encryption_spec.kms_key_name
field togoogle_vertex_ai_index
resource (#24441)BUG FIXES:
config_template
ingoogle_apihub_plugin
resource (#24429)cors
blocksgoogle_storage_bucket
resource (#24476)Configuration
📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.