diff --git a/.changelog/4695.txt b/.changelog/4695.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/4695.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/website/docs/r/dataproc_cluster.html.markdown b/website/docs/r/dataproc_cluster.html.markdown index a4465a58650..aa46fb713ab 100644 --- a/website/docs/r/dataproc_cluster.html.markdown +++ b/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.