github hashicorp/terraform-provider-google-beta v5.42.0

latest releases: v6.3.0, v5.44.0, v6.2.0...
one month ago

DEPRECATIONS:

  • compute: setting google_compute_subnetwork.secondary_ip_range = [] to explicitly set a list of empty objects is deprecated and will produce an error in the upcoming major release. Use send_secondary_ip_range_if_empty while removing secondary_ip_range from config instead. (#7961)

FEATURES:

  • New Data Source: google_artifact_registry_locations (#7922)
  • New Data Source: google_cloud_identity_transitive_group_memberships (#7917)
  • New Resource: google_discovery_engine_schema (#7963)
  • New Resource: google_scc_folder_notification_config (#7928)
  • New Resource: google_scc_v2_folder_notification_config (#7927)
  • New Resource: google_vertex_ai_index_endpoint_deployed_index (#7931)

IMPROVEMENTS:

  • clouddeploy: added serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.pod_selector_label and serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.pod_selector_label fields to google_clouddeploy_delivery_pipeline resource (#7945)
  • compute: added TDX instance option to confidential_instance_type instance in google_compute_instance (#7913)
  • compute: added send_secondary_ip_range_if_empty to google_compute_subnetwork (#7961)
  • discoveryengine: added skip_default_schema_creation field to google_data_store resource (#7900)
  • dns: changed load_balancer_type field from required to optional in google_dns_record_set (#7925)
  • parallelstore: added file_stripe_level, directory_stripe_level fields to google_parallelstore_instance resource (#7942)
  • servicenetworking: added update_on_creation_fail field to google_service_networking_connection resource. When it is set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure. (#7915)
  • sql: added server_ca_mode field to google_sql_database_instance resource (#7886)

BUG FIXES:

  • bigquery: made google_bigquery_dataset_iam_member non-authoritative. To remove a bigquery dataset iam member, use an authoritative resource like google_bigquery_dataset_iam_policy (#7960)
  • cloudfunctions2: fixed a "Provider produced inconsistent final plan" bug affecting the service_config.environment_variables field in google_cloudfunctions2_function resource (#7905)
  • cloudfunctions2: fixed a permadiff on storage_source.generation in google_cloudfunctions2_function resource (#7912)
  • compute: fixed issue where sub-resources managed by google_compute_forwarding_rule prevented resource deletion (#7958)
  • logging: changed google_logging_project_bucket_config.enable_analytics behavior to set "no preference" in analytics if omitted, instead of explicitly disabling analytics. (#19126)
  • workbench: fixed a bug with google_workbench_instance metadata drifting when using custom containers. (#7959)

Don't miss a new terraform-provider-google-beta release

NewReleases is sending notifications on new releases.