Skip to content

Commit 8eb0c7f

Browse files
add list of batching enabled (#4500) (#2965)
Signed-off-by: Modular Magician <[email protected]>
1 parent 424ac07 commit 8eb0c7f

File tree

2 files changed

+57
-3
lines changed

2 files changed

+57
-3
lines changed

.changelog/4500.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/guides/provider_reference.html.markdown

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,60 @@ as their versioned counterpart but that won't necessarily always be the case.
366366
operations with slower eventual propagation. If you're not completely sure
367367
what you are doing, avoid setting custom batching configuration.
368368

369-
**So far, batching is implemented for**:
370-
371-
* enabling project services using `google_project_service`.
369+
**So far, batching is implemented for below resources**:
370+
371+
* `google_project_service`
372+
* `google_api_gateway_api_config_iam_*`
373+
* `google_api_gateway_api_iam_*`
374+
* `google_api_gateway_gateway_iam_*`
375+
* `google_bigquery_dataset_iam_*`
376+
* `google_bigquery_table_iam_*`
377+
* `google_notebooks_instance_iam_*`
378+
* `google_bigtable_instance_iam_*`
379+
* `google_bigtable_table_iam_*`
380+
* `google_billing_account_iam_*`
381+
* `google_endpoints_service_iam_*`
382+
* `google_healthcare_consent_store_iam_*`
383+
* `google_healthcare_dataset_iam_*`
384+
* `google_healthcare_dicom_store_iam_*`
385+
* `google_healthcare_fhir_store_iam_*`
386+
* `google_healthcare_hl7_v2_store_iam_*`
387+
* `google_kms_crypto_key_iam_*`
388+
* `google_kms_key_ring_iam_*`
389+
* `google_folder_iam_*`
390+
* `google_organization_iam_*`
391+
* `google_project_iam_*`
392+
* `google_service_account_iam_*`
393+
* `google_project_service_*`
394+
* `google_pubsub_subscription_iam_*`
395+
* `google_pubsub_topic_iam_*`
396+
* `google_cloud_run_service_iam_*`
397+
* `google_sourcerepo_repository_iam_*`
398+
* `google_spanner_database_iam_*`
399+
* `google_spanner_instance_iam_*`
400+
* `google_storage_bucket_iam_*`
401+
* `google_compute_disk_iam_*`
402+
* `google_compute_image_iam_*`
403+
* `google_compute_instance_iam_*`
404+
* `google_compute_machine_image_iam_*`
405+
* `google_compute_region_disk_iam_*`
406+
* `google_compute_subnetwork_iam_*`
407+
* `google_data_catalog_entry_group_iam_*`
408+
* `google_data_catalog_policy_tag_iam_*`
409+
* `google_data_catalog_taxonomy_iam_*`
410+
* `google_dataproc_cluster_iam_*`
411+
* `google_dataproc_job_iam_*`
412+
* `google_iap_app_engine_service_iam_*`
413+
* `google_iap_app_engine_version_iam_*`
414+
* `google_iap_tunnel_iam_*`
415+
* `google_iap_tunnel_instance_iam_*`
416+
* `google_iap_web_backend_service_iam_*`
417+
* `google_iap_web_iam_*`
418+
* `google_iap_web_type_app_engine_iam_*`
419+
* `google_iap_web_type_compute_iam_*`
420+
* `google_runtimeconfig_config_iam_*`
421+
* `google_secret_manager_secret_iam_*`
422+
* `google_service_directory_service_iam_*`
372423

373424
The `batching` block supports the following fields.
374425

0 commit comments

Comments
 (0)