Skip to content

chore(deps): update terraform to ~> 7.31.0#5348

Merged
jess-lowe merged 1 commit into
google:masterfrom
renovate-bot:renovate/terraform
May 15, 2026
Merged

chore(deps): update terraform to ~> 7.31.0#5348
jess-lowe merged 1 commit into
google:masterfrom
renovate-bot:renovate/terraform

Conversation

@renovate-bot
Copy link
Copy Markdown
Collaborator

@renovate-bot renovate-bot commented May 12, 2026

This PR contains the following updates:

Package Type Update Change Pending
google (source) required_provider minor ~> 7.28.0~> 7.31.0 7.32.0
google-beta (source) required_provider minor ~> 7.28.0~> 7.31.0 7.32.0

Release Notes

hashicorp/terraform-provider-google (google)

v7.31.0

Compare Source

NOTES:

  • compute: migrated google_compute_instance.network_interface field to use direct HTTP rather than a client library (#​27104)
  • compute: migrated google_compute_image datasource to use direct HTTP rather then a client library (#​27179)
  • compute: migrated partner_metadata field on google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template to use direct HTTP rather than a client library (#​27131)
  • compute: migrated google_compute_node_types data source to use direct HTTP rather than a client library (#​27184)
  • compute: migrated google_compute_region_instance_group data source to use direct HTTP rather than a client library (#​27178)
  • compute: migrated google_compute_subnetwork data source to use direct HTTP rather than a client library (#​27167)
  • compute: migrated google_compute_vpn_gateway data source to use direct HTTP rather than a client library (#​27168)

FEATURES:

  • New Data Source: google_artifact_registry_file (#​27183)
  • New Resource: google_ces_app_root_agent_association (#​27123)
  • New Resource: google_contact_center_insights_qa_question (#​27169)
  • New Resource: google_contact_center_insights_qa_scorecard_revision (#​27169)
  • New Resource: google_contact_center_insights_qa_scorecard (#​27169)
  • New Resource: google_firebase_app_check_resource_policy (#​27185)

IMPROVEMENTS:

  • clouddeploy: added default_pool and private_pool fields to google_clouddeploy_target resource (#​27187)
  • clouddeploy: added tasks and analysis fields to google_clouddeploy_delivery_pipeline resource (#​27187)
  • compute: added params.resource_manager_tags field to google_compute_image (#​27107)
  • compute: added params.resource_manager_tags field to google_compute_region_commitment resource (#​27181)
  • compute: added resource_policies.workload_policy to google_compute_region_instance_group_manager resource (#​27170)
  • compute: marked csek disk encryption key fields as sensitive in compute resources (#​27193)
  • container: added node_pool.network_config.accelerator_network_profile to google_container_cluster resource and network_config.accelerator_network_profile to google_container_node_pool resource (#​27171)
  • databasemigrationservice: added objects_config field to google_database_migration_service_migration_job resource (#​27180)
  • dataplex: added attributes, template_reference, enable_catalog_basedRules, and filter fields to google_dataplex_datascan resource (#​27130)
  • firestore: added search_config field to google_firestore_index resource (#​27108)
  • oracle_database: added pluggable_database_id, pluggable_database_name fields to google_oracle_database_db_system resource (#​27127)

BUG FIXES:

  • provider: fixed a bad timeouts diff across a number of resources that had resource identity support added in 7.29.0 (#​27189)
  • assuredworkloads: made assuredworkloads resources use GA endpoint instead of beta (#​27122)
  • bigquery: fixed ignore_auto_generated_schema evaluation for google_bigquery_table external tables which caused spurious replacement (#​27188)
  • cloudscheduler: fixed perpetual diff on google_cloud_scheduler_job.http_target.headers when oidc_token or oauth_token is set (#​27173)
  • servicenetworking: fixed a permadiff issue of reserved_peering_ranges in google_service_networking_connection (#​27132)
  • storage: fix inconsistent plan issue for google_storage_notification.custom_attributes field (#​27129)

v7.30.0

Compare Source

v7.29.0

Compare Source

hashicorp/terraform-provider-google-beta (google-beta)

v7.31.0

Compare Source

NOTES:

  • compute: migrated google_compute_instance.network_interface field to use direct HTTP rather than a client library (#​12074)
  • compute: migrated google_compute_image datasource to use direct HTTP rather then a client library (#​12103)
  • compute: migrated partner_metadata field on google_compute_instance, google_compute_instance_template, and google_compute_region_instance_template to use direct HTTP rather than a client library (#​12090)
  • compute: migrated google_compute_node_types data source to use direct HTTP rather than a client library (#​12108)
  • compute: migrated google_compute_region_instance_group data source to use direct HTTP rather than a client library (#​12102)
  • compute: migrated google_compute_subnetwork data source to use direct HTTP rather than a client library (#​12095)
  • compute: migrated google_compute_vpn_gateway data source to use direct HTTP rather than a client library (#​12096)

FEATURES:

  • New Data Source: google_artifact_registry_file (#​12107)
  • New Resource: google_ces_app_root_agent_association (#​12083)
  • New Resource: google_ces_evaluation (#​12114)
  • New Resource: google_contact_center_insights_qa_question (#​12097)
  • New Resource: google_contact_center_insights_qa_scorecard_revision (#​12097)
  • New Resource: google_contact_center_insights_qa_scorecard (#​12097)
  • New Resource: google_firebase_app_check_resource_policy (#​12109)
  • New Resource: google_network_security_ull_mirroring_collector_rule (#​12075)

IMPROVEMENTS:

  • ces: switched to the v1beta API for Customer Engagement Suite resources (#​12114)
  • clouddeploy: added default_pool and private_pool fields to google_clouddeploy_target resource (#​12110)
  • clouddeploy: added tasks and analysis fields to google_clouddeploy_delivery_pipeline resource (#​12110)
  • compute: added params.resource_manager_tags field to google_compute_image (#​12076)
  • compute: added params.resource_manager_tags field to google_compute_region_commitment resource (#​12105)
  • compute: added resource_policies.workload_policy to google_compute_region_instance_group_manager resource (#​12098)
  • compute: marked csek disk encryption key fields as sensitive in compute resources (#​12115)
  • databasemigrationservice: added objects_config field to google_database_migration_service_migration_job resource (#​12104)
  • dataplex: added attributes, template_reference, enable_catalog_basedRules, and filter fields to google_dataplex_datascan resource (#​12089)
  • firestore: added search_config field to google_firestore_index resource (#​12077)
  • oracle_database: added pluggable_database_id, pluggable_database_name fields to google_oracle_database_db_system resource (#​12087)

BUG FIXES:

  • provider: fixed a bad timeouts diff across a number of resources that had resource identity support added in 7.29.0 (#​12112)
  • bigquery: fixed ignore_auto_generated_schema evaluation for google_bigquery_table external tables which caused spurious replacement (#​12111)
  • cloudscheduler: fixed perpetual diff on google_cloud_scheduler_job.http_target.headers when oidc_token or oauth_token is set (#​12101)
  • servicenetworking: fixed a permadiff issue of reserved_peering_ranges in google_service_networking_connection (#​12091)
  • storage: fix inconsistent plan issue for google_storage_notification.custom_attributes field (#​12088)

v7.30.0

Compare Source

v7.29.0

Compare Source


Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • "before 6am on wednesday"
  • 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 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.

@forking-renovate forking-renovate Bot added the dependencies Pull requests that update a dependency file label May 12, 2026
@renovate-bot renovate-bot changed the title chore(deps): update terraform to ~> 7.30.0 chore(deps): update terraform to ~> 7.31.0 May 12, 2026
@jess-lowe jess-lowe merged commit 83318a3 into google:master May 15, 2026
28 checks passed
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants