From bdd4d400d8e009be8c9a456f44a00382c0b1be3d Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Tue, 13 Apr 2021 16:36:31 -0700 Subject: [PATCH] add note for preemptible_worker_config --- .../website/docs/r/dataproc_cluster.html.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown b/mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown index 36b9ddd998fb..303afea856a8 100644 --- a/mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/dataproc_cluster.html.markdown @@ -187,8 +187,11 @@ The `cluster_config` block supports: * `worker_config` (Optional) The Google Compute Engine config settings for the worker instances in a cluster.. Structure defined below. -* `preemptible_worker_config` (Optional) The Google Compute Engine config settings for the additional (aka - preemptible) instances in a cluster. Structure defined below. +* `preemptible_worker_config` (Optional) The Google Compute Engine config settings for the additional + instances in a cluster. Structure defined below. + * **NOTE** : `preemptible_worker_config` is + an alias for the api's [secondaryWorkerConfig](https://cloud.google.com/dataproc/docs/reference/rest/v1/ClusterConfig#InstanceGroupConfig). The name doesn't neccasarily mean it is preemptible and is named as + such for legacy/compatibility reasons. * `software_config` (Optional) The config settings for software inside the cluster. Structure defined below.