Skip to content
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

Update dependency hashicorp/terraform-provider-google-beta to v5 #229

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform-provider-google-beta major 4.84.0 -> 5.37.0

Release Notes

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

v5.37.0

Compare Source

v5.36.0

Compare Source

v5.35.0

Compare Source

FEATURES:

  • New Data Source: google_artifact_registry_docker_image (#​7544)
  • New Data Source: google_composer_user_workloads_config_map (#​7519)
  • New Resource: google_service_networking_vpc_service_controls (#​7545)

IMPROVEMENTS:

  • bigquery: added resource_tags field to google_bigquery_dataset resource (#​7549)
  • billingbudget: added enable_project_level_recipients field to google_billing_budget resource (#​7539)
  • cloudrunv2: added fields start_execution_token and run_execution_token to resource google_cloud_run_v2_job (#​7525)
  • compute: added action_token_site_keys and session_token_site_keys fields to google_compute_security_policy and google_compute_security_policy_rule resources (#​7520)
  • dataprocmetastore: added autoscaling_config field to google_dataproc_metastore_service resource (#​7528)
  • gkehub2: added ENTERPRISE option to security_posture_config field on google_gke_hub_fleet resource (#​7541)
  • pubsub: added bigquery_config.service_account_email field to google_pubsub_subscription resource (#​7543)
  • redis: added maintenance_version field to google_redis_instance (#​7527)
  • storage: changed update behavior in google_storage_bucket_object to no longer delete to avoid object deletion on content update (#​7564)
  • sql: added support for more MySQL values in type field of google_sql_user resource (#​7548)
  • sql: increased timeouts on google_sql_database_instance to 90m to account for longer-running actions such as creation through cloning (#​7553)
  • workbench: added update support to gce_setup.boot_disk and gce_setup.data_disks fields in google_workbench_instance resource (#​7566)

BUG FIXES:

  • compute: updated google_compute_instance to force reboot if min_node_cpus is updated (#​7524)
  • compute: fixed description field in google_compute_firewall to support empty/null values on update (#​7563)
  • compute: fixed perma-diff on google_compute_disk for Ubuntu amd64 canonical LTS images (#​7522)
  • storage: fixed lowercased custom_placement_config values in google_storage_bucket causing perma-destroy (#​7551)
  • workbench: fixed issue where instance was not starting after an update in google_workbench_instance resource (#​7557)
  • workbench: fixed perma-diff caused by empty accelerator_configs in google_workbench_instance resource (#​7557)

v5.34.0

Compare Source

NOTES:

  • compute: Updated field description of connection_draining_timeout_sec, balancing_mode and outlier_detection in google_compute_region_backend_service and google_compute_backend_service to inform that default values will be changed in 6.0.0 (#​7513)

DEPRECATIONS:

  • vertexai: deprecated beta field embedding_management for google_vertex_ai_feature_online_store resource (#​7473)

FEATURES:

  • New Data Source: google_composer_user_workloads_config_map (beta) (#​7519)
  • New Data Source: google_composer_user_workloads_secret (beta) (#​7474)
  • New Resource: google_composer_user_workloads_config_map (beta) (#​7497)
  • New Resource: google_managed_kafka_cluster (beta) (#​7477)
  • New Resource: google_managed_kafka_topic (beta) (#​7503)
  • New Resource: google_netapp_backup (#​7479)
  • New Resource: google_network_services_service_lb_policies (#​7463)
  • New Resource: google_scc_management_folder_security_health_analytics_custom_module (#​7483)
  • New Resource: google_scc_management_organization_project_security_health_analytics_custom_module (#​7489)
  • New Resource: google_scc_management_organization_security_health_analytics_custom_module (#​7493)

IMPROVEMENTS:

  • alloydb: changed the resource google_alloydb_instance to be created directly with public IP enabled instead of creating the resource with public IP disabled and then enabling it (#​7469)
  • bigtable: added automated_backup_configuration field to google_bigtable_table resource (#​7468)
  • cloudbuildv2: added support for connecting to Bitbucket Data Center and Bitbucket Cloud with the bitbucket_data_center_config and bitbucket_cloud_config fields in google_cloudbuildv2_connection (#​7494)
  • compute: added support for Port Mapping NEG and endpoint. New NEG type is a regional type of GCE_VM_IP_PORTMAP that requires endpoints with instance, port and client_destination_port (beta) (#​7471)
  • compute: added update support to ssl_policy field in google_compute_region_target_https_proxy resource (#​7484)
  • compute: removed enum validation on guest_os_features.type in google_compute_disk to allow for new features to be used without provider update (#​7465)
  • compute: updated documentation of google_compute_target_https_proxy and google_compute_region_target_https_proxy (#​7481)
  • container: added support for security_posture_config.mode value "ENTERPRISE" in resource_container_cluster (#​7467)
  • discoveryengine: added document_processing_config field to google_discovery_engine_data_store resource (#​7475)
  • edgecontainer: added maintenance_exclusions field to google_edgecontainer_cluster resource (#​7490)
  • gkehub: added prevent_drift field to ConfigManagement fleet_default_member_config (#​7464)
  • netapp: added administrators field to google_netapp_active_directory resource (#​7466)
  • vertexai: promoted optimized field to GA for google_vertex_ai_feature_online_store resource (#​7473)
  • workbench: updated the metadata keys managed by the backend. (#​7488)

BUG FIXES:

  • compute: fixed an issue where google_compute_instance_group_manager with a pending operation was incorrectly removed due to the operation no longer being present in the backend (#​7498)
  • compute: fixed issue where users could not create google_compute_security_policy resources with layer_7_ddos_defense_config explicitly disabled (#​7470)
  • workbench: fixed a bug in the google_workbench_instance resource where specifying a network in some scenarios would cause instance creation to fail (#​7518)

v5.33.0

Compare Source

DEPRECATIONS:

  • healthcare: deprecated notification_config deprecated notification_config in google_healthcare_fhir_store resource. Use notification_configs instead. (#​7450)

FEATURES:

  • New Data Source: google_compute_security_policy (#​7453)
  • New Resource: google_compute_project_cloud_armor_tier (#​7456)
  • New Resource: google_network_services_service_lb_policies (#​7463)
  • New Resource: google_scc_management_organization_event_threat_detection_custom_module (#​7454)
  • New Resource: google_spanner_instance_config (#​7459)

IMPROVEMENTS:

  • appengine: added flexible_runtime_settings field to google_app_engine_flexible_app_version resource (#​7462)
  • bigtable: added force_destroy field to google_bigtable_instance resource. This will force delete any backups present in the instance and allow the instance to be deleted. (#​7441)
  • clouddeploy: added execution_configs.verbose field to google_clouddeploy_target resource (#​7442)
  • compute: added partner_metadata field to google_compute_instance_template resource (#​7449)
  • compute: added partner_metadata field to google_compute_instance resource (#​7449)
  • compute: added partner_metadata field to google_compute_regional_instance_template resource (#​7449)
  • compute: added standby_policy, target_suspended_size and target_stopped_size fields to google_compute_instance_group_manager and google_compute_region_instance_group_manager resources (#​7436)
  • compute: added storage_pool field to google_compute_disk resource (#​7434)
  • container: added secret_manager_config field to google_container_cluster resource (#​7448)
  • dlp: added secrets_discovery_target, cloud_sql_target.filter.database_resource_reference, and big_query_target.filter.table_reference fields to google_data_loss_prevention_discovery_config resource (#​7461)
  • gkebackup: added backup_schedule.backup_config.permissive_mode field to google_gke_backup_backup_plan resource (#​7430)
  • gkebackup: added restore_config.restore_order field to google_gke_backup_restore_plan resource (#​7430)
  • gkebackup: added restore_config.volume_data_restore_policy_bindings field to google_gke_backup_restore_plan resource (#​7430)
  • gkebackup: added new enum values MERGE_SKIP_ON_CONFLICT, MERGE_REPLACE_VOLUME_ON_CONFLICT and MERGE_REPLACE_ON_CONFLICT to field restore_config.namespaced_resource_restore_mode in google_gke_backup_restore_plan resource (#​7430)
  • healthcare: added notification_config.send_for_bulk_import field to google_healthcare_dicom_store (#​7457)
  • integrationconnectors: added endpoint_global_access field to google_integration_connectors_endpoint_attachment resource (#​7443)
  • netapp: added backup_config field to google_netapp_volume resource (#​7439)
  • redis: added zone_distribution_config field to google_redis_cluster resource (#​7451)
  • resourcemanager: added support for range_type = "default-domains-netblocks" in google_netblock_ip_ranges data source (#​7440)
  • secretmanager: added support for IAM conditions in google_secret_manager_secret_iam_* resources (#​7444)
  • workstations: added boot_disk_size_gb, enable_nested_virtualization, and pool_size to host.gce_instance.boost_configs in google_workstations_workstation_config resource (#​7452)

BUG FIXES:

  • container: fixed google_container_node_pool crash if node_config.secondary_boot_disks.mode is not set (#​7460)
  • dlp: removed required on inspect_config.limits.max_findings_per_info_type.info_type field to allow the use of default limit by not setting this field in google_data_loss_prevention_inspect_template resource (#​7438)
  • provider: fixed application default credential and access token authorization when universe_domain is set (#​7433)

v5.32.0

Compare Source

NOTES:

  • privateca: converted google_privateca_certificate_template to now use the MMv1 engine instead of DCL (#​7409)

FEATURES:

  • New Resource: google_dataplex_entry_type (#​7412)
  • New Resource: google_logging_log_view_iam_binding (#​7420)
  • New Resource: google_logging_log_view_iam_member (#​7420)
  • New Resource: google_logging_log_view_iam_policy (#​7420)

IMPROVEMENTS:

  • alloydb: added psc_config field to google_alloydb_cluster resource (#​7429)
  • alloydb: added psc_instance_config field to google_alloydb_instance resource (#​7429)
  • cloudrunv2: added default_uri_disabled field to google_cloud_run_v2_service resourceto (#​7422)
  • compute: added NONE to acceptable options for update_policy.minimal_action field in google_compute_instance_group_manager resource (#​7417)
  • sql: updated support for a new value week5 in field setting.maintenance_window.update_track in google_sql_database_instance resource (#​7408)

BUG FIXES:

  • cloudrunv2: added validation for timeout field to google_cloud_run_v2_job, google_cloud_run_v2_service resources (#​7426)
  • compute: fixed permadiff in ordering of advertised_ip_ranges.range field on google_compute_router resource (#​7411)
  • iam: added a 10 second sleep when creating google_service_account resource (#​7427)
  • storage: fixed google_storage_bucket.lifecycle_rule.condition block fields days_since_noncurrent_time and days_since_custom_time and num_newer_versions were not working for 0 value. (#​7414)

v5.31.1

Compare Source

BUG FIXES:

v5.31.0

Compare Source

FEATURES:

  • New Data Source: google_compute_subnetworks (#​7371)
  • New Resource: google_dataplex_aspect_type (#​7397)
  • New Resource: google_dataplex_entry_group (#​7389)
  • New Resource: google_kms_autokey_config (#​7385)
  • New Resource: google_kms_key_handle (#​7385)
  • New Resource: google_network_services_lb_route_extension (#​7394)

IMPROVEMENTS:

  • appengine: added field instance_ip_mode to resource google_app_engine_flexible_app_version resource (beta) (#​7377)
  • bigquery: added external_data_configuration.bigtable_options to google_bigquery_table (#​7387)
  • cloudrun: added support for nfs to google_cloudrun_service (beta). (#​7381)
  • composer: added support for importing google_composer_user_workloads_secret via the "{{environment}}/{{name}}" format. (#​7390)
  • composer: improved timeouts for google_composer_user_workloads_secret. (#​7390)
  • compute: added TLS_JA3_FINGERPRINT and USER_IP options in field rate_limit_options.enforce_on_key to google_compute_security_policy resource (#​7376)
  • compute: added 'rateLimitOptions' field to 'google_compute_security_policy_rule' resource (#​7376)
  • compute: changed google_compute_region_ssl_policy's region field to optional and allow to be inferred from environment (#​7384)
  • compute: added on_instance_stop_action field to google_compute_instance, google_compute_instance_template, and google_compute_instance_from_machine_image resources (beta) (#​7392)
  • compute: added subnet_length field to google_compute_interconnect_attachment resource (#​7388)
  • container: added containerd_config field and subfields to google_container_cluster and google_container_node_pool resources, to allow those resources to access private image registries. (#​7372)
  • container: allowed both enable_autopilot and workload_identity_config to be set in google_container_cluster resource. (#​7375)
  • datastream: added create_without_validation field to google_datastream_connection_profile, google_datastream_private_connection and google_datastream_stream resources (#​7382)
  • network-security: added trust_config, min_tls_version, tls_feature_profile and custom_tls_features fields to google_network_security_tls_inspection_policy resource (#​7368)
  • networkservices: made field load_balancing_scheme immutable in resource google_network_services_lb_traffic_extension, as in-place updating is always failing (#​7394)
  • networkservices: made required fields extension_chains.extensions.authority and extension_chains.extensions.timeout optional in resource google_network_services_lb_traffic_extension (#​7394)
  • networkservices: removed unsupported load balancing scheme LOAD_BALANCING_SCHEME_UNSPECIFIED from the field load_balancing_scheme in resource google_network_services_lb_traffic_extension (#​7394)
  • pubsub: added cloud_storage_config.filename_datetime_format field to google_pubsub_subscription resource (#​7386)
  • tpu: added type of accelerator_config to google_tpu_v2_vm resource (#​7369)

BUG FIXES:

  • monitoring: fixed a permadiff with monitored_resource.labels property in the google_monitoring_uptime_check_config resource (#​7380)
  • storage: fixed a bug where field autoclass block is generating permadiff whenever the block is removed from the config in google_storage_bucket resource (#​7395)
  • storagetransfer: fixed a permadiff with transfer_spec.0.aws_s3_data_source.0.aws_access_key resource_storage_transfer_job (#​7391)

v5.30.0

Compare Source

FEATURES:

  • New Data Source: google_cloud_asset_resources_search_all (#​7361)
  • New Resource: google_compute_interconnect (#​7338)
  • New Resource: google_network_services_lb_traffic_extension (#​7367)

IMPROVEMENTS:

  • compute: added kms_key_name field to the google_bigquery_connection resource (#​7335)
  • compute: added match.expr.expression field to google_compute_region_security_policy_rule resource (#​7330)
  • compute: added auto_network_tier field to google_compute_router_nat resource (#​7333)
  • container: added KUBELET and CADVISOR options to monitoring_config.enable_components in google_container_cluster resource (#​7351)
  • dataproc: added local_ssd_interface to google_dataproc_cluster resource (#​7366)
  • datastream: added sql_server_profile to google_datastream_connection_profile resource (#​7339)
  • dlp: added cloud_sql_target field to google_data_loss_prevention_discovery_config resource (#​7337)
  • netapp: added FLEX value to field service_level in google_netapp_storage_pool resource (#​7350)
  • networksecurity: added trust_config, min_tls_version, tls_feature_profile and custom_tls_features fields to google_network_security_tls_inspection_policy resource (#​7368)
  • networkservices: supported in-place update for gateway_security_policy and certificate_urls fields in google_network_services_gateway resource (#​7348)

BUG FIXES:

  • compute: fixed a perma-diff on machine_type field in google_compute_instance resource (#​7345)
  • compute: fixed a perma-diff on type field in google_compute_disk resource (#​7345)
  • storage: fixed update issue for lifecycle_rule.condition.custom_time_before and lifecycle_rule.condition.noncurrent_time_before in google_storage_bucket resource (#​7360)

v5.29.1

Compare Source

BREAKING CHANGES:

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

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. (#​7306)

FEATURES:

  • New Resource: google_bigtable_authorized_view (#​7310)
  • New Resource: google_integration_connectors_managed_zone (#​7320)
  • New Resource: google_network_connectivity_regional_endpoint (#​7313)

IMPROVEMENTS:

  • clouddeploy: added custom_target field to google_clouddeploy_target resource (#​7309)
  • clouddeploy: added google_cloud_build_repo to custom_target_type resource (#​7325)
  • compute: added preconfigured_waf_config field to google_compute_region_security_policy_rule resource; (#​7324)
  • compute: added rate_limit_options field to 'google_compute_region_security_policy_rule' resource; (#​7324)
  • compute: added security_profile_group, tls_inspect to google_compute_firewall_policy_rule (#​7309)
  • compute: added security_profile_group, tls_inspect to google_compute_network_firewall_policy_rule (#​7309)
  • compute: added fields reserved_internal_range and secondary_ip_ranges.reserved_internal_range to google_compute_subnetwork resource (#​7318)
  • container: added dns_config.additive_vpc_scope_dns_domain field to google_container_cluster resource (#​7321)
  • container: added enable_nested_virtualization field to google_container_node_pool and google_container_cluster resource. (#​7314)
  • iam: added extra_attributes_oauth2_client field to google_iam_workforce_pool_provider resource (#​7319)
  • privateca: added maximum_lifetime field to google_privateca_certificate_template resource (#​7309)

BUG FIXES:

  • bigquery: added allow_resource_tags_on_deletion to google_bigquery_table to allow deletion of table when it still has associated resource tags (#​7327)

v5.28.0

Compare Source

DEPRECATIONS:

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

FEATURES:

  • New Data Source: google_storage_buckets (#​7291)
  • New Resource: google_compute_security_policy_rule (#​7282)
  • New Resource: google_privileged_access_manager_entitlement (#​7283)

IMPROVEMENTS:

  • alloydb: added maintenance_update_policy field to google_alloydb_cluster resource (#​7288)
  • container: added node_config.secondary_boot_disks field to google_container_node_pool (#​7292)
  • integrations: added create_sample_integrations field to google_integrations_client, replacing deprecated field create_sample_workflows. (#​7285)
  • redis: added redis_configs field to google_redis_cluster resource (#​7289)

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 (#​7305)
  • storage: fixed an issue where google_storage_bucket_object and google_storage_bucket_objects data sources would ignore custom endpoints (#​7287)

v5.27.0

Compare Source

FEATURES:

  • New Data Source: google_storage_bucket_objects (#​7270)
  • New Resource: google_composer_user_workloads_secret (#​7257)
  • New Resource: google_compute_security_policy_rule (#​7282)
  • New Resource: google_data_loss_prevention_discovery_config (#​7252)
  • New Resource: google_integrations_auth_config (#​7268)
  • New Resource: google_network_connectivity_internal_range (#​7265)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#​7271)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#​7271)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#​7260)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#​7250)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#​7280)
  • filestore: added protocol field to google_filestore_instance resource to support NFSv3 and NFSv4.1 (#​7254)
  • firebasehosting: added config.rewrites.path field to google_firebase_hosting_version resource (#​7258)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#​7279)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#​7276)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#​7273)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#​7253)

BUG FIXES:

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

v5.26.0

Compare Source

FEATURES:

  • New Resource: google_project_iam_member_remove (#​7242)

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 (#​7245)
  • artifactregistry: added remote_repository_config.<facade>_repository.custom_repository.uri field to google_artifact_registry_repository resource. (#​7230)
  • bigquery: added resource_tags field to google_bigquery_table resource (#​7247)
  • billing: added ownership_scope field to google_billing_budget resource (#​7239)
  • cloudfunctions2: added build_config.service_account field to google_cloudfunctions2_function resource (#​7231)
  • composer: fixed validation on google_composer_environment resource so it will identify a disallowed upgrade to Composer 3 before attempting to provide feedback that's specific to using Composer 3 (#​7213)
  • compute: added params.resource_manager_tags field to resource_compute_instance_group_manager and resource_compute_region_instance_group_manager that enables to create these resources with tags (beta) (#​7226)
  • resourcemanager: added the field api_method to datasource google_active_folder so you can use either SEARCH or LIST to find your folder (#​7248)
  • storage: added labels validation to google_storage_bucket resource (#​7212)
  • workstations: added output-only field control_plane_ip to google_workstations_workstation_cluster resource (beta) (#​7240)

BUG FIXES:

  • apigee: fixed permadiff in ordering of google_apigee_organization.properties.property. (#​7234)
  • 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 (#​7217)
  • dns: fixed bug where some methods of authentication didn't work when using dns data sources (#​7233)
  • iam: fixed a bug that prevented setting create_ignore_already_exists on existing resources in google_service_account. (#​7236)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#​7249)
  • storage: added validation to name field in google_storage_bucket resource (#​7237)
  • vmwareengine: fixed stretched cluster creation in google_vmwareengine_private_cloud (#​7246)

v5.25.0

Compare Source

FEATURES:

  • New Data Source: google_tags_tag_keys (#​7196)
  • New Data Source: google_tags_tag_values (#​7196)
  • New Resource: google_parallelstore_instance (#​7209)

IMPROVEMENTS:

  • bigquery: added in-place schema column drop support for google_bigquery_table resource (#​7193)
  • compute: added endpoint_types field to google_compute_router_nat resource (#​7190)
  • compute: added enable_ipv4, ipv4_nexthop_address and peer_ipv4_nexthop_address fields to google_compute_router_peer resource (#​7207)
  • compute: added identifier_range field to google_compute_router resource (#​7207)
  • compute: added ip_version field to google_compute_router_interface resource (#​7207)
  • compute: increased timeouts from 8 minutes to 20 minutes for google_compute_security_policy resource (#​7204)
  • container: added stateful_ha_config field to google_container_cluster resource (#​7206)
  • firestore: added vector_config field to google_firestore_index resource (#​7180)
  • gkebackup: added backup_schedule.rpo_config field to google_gke_backup_backup_plan resource (#​7211)
  • networksecurity: added disabled field to google_network_security_firewall_endpoint_association resource (#​7184)
  • sql: added enable_google_ml_integration field to google_sql_database_instance resource (#​7208)
  • storage: added labels validation to google_storage_bucket resource (#​7212)
  • vmwareengine: added preferred_zone and secondary_zone fields to google_vmwareengine_private_cloud resource (#​7210)

BUG FIXES:

  • networksecurity: fixed an issue where google_network_security_firewall_endpoint_association resource could not be created due to a bad parameter (#​7184)
  • privateca: fixed permission issue by specifying signer certs chain when activating a sub-CA across regions for google_privateca_certificate_authority resource (#​7197)

v5.24.0

Compare Source

IMPROVEMENTS:

  • cloudrunv2: added template.volumes.nfs field to google_cloud_run_v2_job resource (#​7169)
  • container: added enable_cilium_clusterwide_network_policy field to google_container_cluster resource (#​7171)
  • container: added node_pool_auto_config.resource_manager_tags field to google_container_cluster resource (#​7162)
  • gkeonprem: added disable_bundled_ingress field to google_gkeonprem_vmware_cluster resource (#​7163)
  • redis: added node_type and precise_size_gb fields to google_redis_cluster (#​7174)
  • storage: added project_number attribute to google_storage_bucket resource and data source (#​7164)
  • storage: added ability to provide project argument to google_storage_bucket data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (#​7164)

BUG FIXES:

  • appengine: fixed a crash in google_app_engine_flexible_app_version due to the deployment field not being returned by the API (#​7175)
  • bigquery: fixed a crash when google_bigquery_table had a primary_key.columns entry set to "" (#​7166)
  • compute: fixed update scenarios on google_compute_region_target_https_proxy and google_compute_target_https_proxy resources. (#​7170)
  • dataflow: fixed an issue where the provider would crash when enable_streaming_engine is set as a parameter value in google_dataflow_flex_template_job (#​7160)

v5.23.0

Compare Source

NOTES:

DEPRECATIONS:

  • kms: deprecated attestation.external_protection_level_options in favor of external_protection_level_options in google_kms_crypto_key_version (#​7155)

FEATURES:

  • New Data Source: google_apphub_application (#​7143)
  • New Resource: google_cloud_quotas_quota_preference (#​7126)
  • New Resource: google_vertex_ai_deployment_resource_pool (#​7158)
  • New Resource: google_integrations_client (#​7129)

IMPROVEMENTS:

  • bigquery: added dataGovernanceType to google_bigquery_routine resource (#​7149)
  • bigquery: added support for external_data_configuration.json_extension to google_bigquery_table (#​7138)
  • compute: added cloud_router_ipv6_address, customer_router_ipv6_address fields to google_compute_interconnect_attachment resource (#​7151)
  • compute: added generated_id field to google_compute_region_backend_service resource (#​7128)
  • integrations: added deletion support for google_integrations_client resource (#​7142)
  • kms: added crypto_key_backend field to google_kms_crypto_key resource (#​7155)
  • metastore: added scheduled_backup field to google_dataproc_metastore_service resource (#​7140)
  • provider: added provider-defined function name_from_id for retrieving the short-form name of a resource from its self link or id (#​7153)
  • provider: added provider-defined function project_from_id for retrieving the project id from a resource's self link or id (#​7153)
  • provider: added provider-defined function region_from_zone for deriving a region from a zone's name (#​7153)
  • provider: added provider-defined functions location_from_id, region_from_id, and zone_from_id for retrieving the location/region/zone names from a resource's self link or id (#​7153)

BUG FIXES:

  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_job creation fails (#​7159)
  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_service creation fails (#​7159)
  • container: fixed google_container_cluster permadiff when master_ipv4_cidr_block is set for a private flexible cluster (#​7147)
  • dataflow: fixed an issue where the provider would crash when enableStreamingEngine is set as a parameter value in google_dataflow_flex_template_job (#​7160)
  • kms: added top-level external_protection_level_options field in google_kms_crypto_key_version resource (#​7155)

v5.22.0

Compare Source

BREAKING CHANGES:

  • networksecurity: added required field billing_project_id to google_network_security_firewall_endpoint resource. Any configuration without billing_project_id specified will cause resource creation fail (beta) (#​7124)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_info (#​7092)
  • New Data Source: google_cloud_quotas_quota_infos (#​7116)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_resource (#​7115)

IMPROVEMENTS:

  • accesscontextmanager: supported managing service perimeter dry run resources outside the perimeter via new resource google_access_context_manager_service_perimeter_dry_run_resource (#​7115)
  • cloudrunv2: added plan-time validation to restrict number of ports to 1 in google_cloud_run_v2_service (#​7103)
  • cloudrunv2: supported mounting Cloud Storage buckets using GCSFuse in google_cloud_run_v2_job (#​7102)
  • composer: added field count to validate number of DAG processors in google_composer_environment (#​7120)
  • compute: added enumeration value SEV_LIVE_MIGRATABLE_V2 for the guest_os_features of google_compute_disk (#​7123)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#​7104)
  • compute: added field path_template_match to resource google_compute_region_url_map (#​7094)
  • compute: added field path_template_rewrite to resource google_compute_region_url_map (#​7094)
  • pubsub: added ingestion_data_source_settings field to google_pubsub_topic resource (#​7111)
  • storage: added 'soft_delete_policy' to 'google_storage_bucket' resource (#​7119)
  • workstations: added host.gceInstance.boostConfig to google_workstations_workstation_config (#​7122)

BUG FIXES:

  • accesscontextmana

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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 3de1cf2 to 9fdbc5d Compare October 9, 2023 18:17
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from b97bd35 to 343f567 Compare October 23, 2023 14:42
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from 69a85ff to 4dc57fd Compare November 6, 2023 19:04
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 4dc57fd to ebfdb8d Compare November 10, 2023 18:45
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Nov 10, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from ebfdb8d to 3a28b6e Compare November 13, 2023 20:00
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Nov 13, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 3a28b6e to c30bb16 Compare November 20, 2023 19:39
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Nov 20, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from c30bb16 to 92a6b4a Compare December 4, 2023 19:35
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Dec 4, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 92a6b4a to 222e98d Compare December 11, 2023 19:33
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Dec 11, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 222e98d to d4771ef Compare December 18, 2023 21:20
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Dec 18, 2023
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from d4771ef to a7f0d7b Compare January 8, 2024 18:15
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Jan 8, 2024
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from a7f0d7b to e8e1dca Compare January 16, 2024 22:37
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Jan 16, 2024
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from e8e1dca to 2311fe0 Compare January 22, 2024 22:51
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Jan 22, 2024
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 2311fe0 to a1ff4f6 Compare January 29, 2024 21:01
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Jan 29, 2024
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from a1ff4f6 to 81b6020 Compare February 5, 2024 22:45
tflibsonnet-ci pushed a commit to tf-libsonnet/hashicorp-google-beta that referenced this pull request Feb 5, 2024
…tor#229

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 81b6020 to 55543c1 Compare February 12, 2024 19:03
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 55543c1 to 614888a Compare February 21, 2024 00:04
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from c8f708b to 7a76d92 Compare March 4, 2024 18:19
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from 6560311 to b3cfb75 Compare March 18, 2024 20:14
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from 84d3905 to 0841b2a Compare April 1, 2024 20:00
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from 29fdab8 to 0ee2f74 Compare April 15, 2024 18:04
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from 0ee2f74 to f5a8f36 Compare April 22, 2024 19:17
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from a8fc791 to 3dd9b3a Compare May 6, 2024 20:07
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from 3a6f8ac to f39dbea Compare May 15, 2024 02:24
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from f39dbea to 40309f6 Compare May 20, 2024 21:56
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 3 times, most recently from c6804a4 to 01f94c3 Compare June 3, 2024 19:22
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from f941bc9 to 390b87c Compare June 17, 2024 18:15
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch 2 times, most recently from a296ecf to cbfc2d1 Compare July 1, 2024 18:24
@renovate renovate bot force-pushed the renovate/hashicorp-terraform-provider-google-beta-5.x branch from cbfc2d1 to 1b65d2e Compare July 8, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants