Skip to content

chore(deps): update terraform google to v5.30.0

Soos requested to merge renovate/google-5.x into main

This MR contains the following updates:

Package Type Update Change
google (source) required_provider minor 5.25.0 -> 5.30.0

Release Notes

hashicorp/terraform-provider-google (google)

v5.30.0

Compare Source

v5.29.1

Compare Source

5.29.1 (May 14, 2024)

BREAKING CHANGES:

  • compute: removed secondary_ip_range.reserved_internal_range field from google_compute_subnetwork (18133)

v5.29.0

Compare Source

NOTES:

  • compute: added documentation for md5_authentication_key field in google_compute_router_peer resource. The field was introduced in v5.12.0, but documentation was unintentionally omitted at that time. (#​17991)

FEATURES:

  • New Resource: google_bigtable_authorized_view (#​18006)
  • New Resource: google_integration_connectors_managed_zone (#​18029)
  • New Resource: google_network_connectivity_regional_endpoint (#​18014)
  • New Resource: google_network_security_security_profile (#​18025)
  • New Resource: google_network_security_security_profile_group (#​18025)
  • New Resource: google_network_security_firewall_endpoint (#​18025)
  • New Resource: google_network_security_firewall_endpoint_association (#​18025)

IMPROVEMENTS:

  • clouddeploy: added custom_target field to google_clouddeploy_target resource (#​18000)
  • clouddeploy: added google_cloud_build_repo to custom_target_type resource (#​18040)
  • compute: added preconfigured_waf_config field to google_compute_region_security_policy_rule resource; (#​18039)
  • compute: added rate_limit_options field to google_compute_region_security_policy_rule resource; (#​18039)
  • compute: added security_profile_group, tls_inspect to google_compute_firewall_policy_rule (#​18000)
  • compute: added security_profile_group, tls_inspect to google_compute_network_firewall_policy_rule (#​18000)
  • compute: added fields reserved_internal_range and secondary_ip_ranges.reserved_internal_range to google_compute_subnetwork resource (#​18026)
  • container: added dns_config.additive_vpc_scope_dns_domain field to google_container_cluster resource (#​18031)
  • container: added enable_nested_virtualization field to google_container_node_pool and google_container_cluster resource. (#​18015)
  • iam: added extra_attributes_oauth2_client field to google_iam_workforce_pool_provider resource (#​18027)
  • privateca: added maximum_lifetime field to google_privateca_certificate_template resource (#​18000)

v5.28.0

Compare Source

DEPRECATIONS:

  • integrations: deprecated create_sample_workflows and provision_gmek fields in google_integrations_client. (#​17945)

FEATURES:

  • New Data Source: google_storage_buckets (#​17960)
  • New Resource: google_compute_security_policy_rule (#​17937)

IMPROVEMENTS:

  • alloydb: added maintenance_update_policy field to google_alloydb_cluster resource (#​17954)
  • bigquery: promoted external_dataset_reference in google_bigquery_dataset to GA (#​17944)
  • composer: promoted config.software_config.image_version in-place update to GA in resource google_composer_environment (#​17986)
  • container: added node_config.secondary_boot_disks field to google_container_node_pool (#​17962)
  • integrations: added create_sample_integrations field to google_integrations_client, replacing deprecated field create_sample_workflows. (#​17945)
  • redis: added redis_configs field to google_redis_cluster resource (#​17956)

BUG FIXES:

  • dns: fixed bug where the deletion of google_dns_managed_zone resources was blocked by any associated SOA-type google_dns_record_set resources (#​17989)
  • storage: fixed an issue where google_storage_bucket_object and google_storage_bucket_objects data sources would ignore custom endpoints (#​17952)

v5.27.0

Compare Source

FEATURES:

  • New Data Source: google_storage_bucket_objects (#​17920)
  • New Resource: google_compute_security_policy_rule (#​17937)
  • New Resource: google_data_loss_prevention_discovery_config (#​17887)
  • New Resource: google_integrations_auth_config (#​17917)
  • New Resource: google_network_connectivity_internal_range (#​17909)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#​17921)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#​17921)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#​17902)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#​17885)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#​17934)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#​17932)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#​17929)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#​17923)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#​17888)

BUG FIXES:

  • appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration (#​17905)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​17878)

v5.26.0

Compare Source

FEATURES:

  • New Resource: google_project_iam_member_remove (#​17871)

IMPROVEMENTS:

  • apigee: added support for api_consumer_data_location, api_consumer_data_encryption_key_name, and control_plane_encryption_key_name in google_apigee_organization (#​17874)
  • artifactregistry: added remote_repository_config.<facade>_repository.custom_repository.uri field to google_artifact_registry_repository resource. (#​17840)
  • bigquery: added resource_tags field to google_bigquery_table resource (#​17876)
  • billing: added ownership_scope field to google_billing_budget resource (#​17868)
  • cloudfunctions2: added build_config.service_account field to google_cloudfunctions2_function resource (#​17841)
  • resourcemanager: added the field api_method to datasource google_active_folder so you can use either SEARCH or LIST to find your folder (#​17877)
  • storage: added labels validation to google_storage_bucket resource (#​17806)

BUG FIXES:

  • apigee: fixed permadiff in ordering of google_apigee_organization.properties.property. (#​17850)
  • cloudrun: fixed the bug that computed metadata.0.labels and metadata.0.annotations fields don't appear in terraform plan when creating resource google_cloud_run_service and google_cloud_run_domain_mapping (#​17815)
  • dns: fixed bug where some methods of authentication didn't work when using dns data sources (#​17847)
  • iam: fixed a bug that prevented setting create_ignore_already_exists on existing resources in google_service_account. (#​17856)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​17878)
  • storage: added validation to name field in google_storage_bucket resource (#​17858)
  • vmwareengine: fixed stretched cluster creation in google_vmwareengine_private_cloud (#​17875)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

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

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


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

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports