From 27cf1900664ff69445335763d9cebd9e0b057a6f Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Fri, 22 Nov 2019 00:35:47 +0000 Subject: [PATCH] Move min_cpu_platform to GA in dataproc cluster Signed-off-by: Modular Magician --- website/docs/r/dataproc_cluster.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/dataproc_cluster.html.markdown b/website/docs/r/dataproc_cluster.html.markdown index c9afa2106e..61b5cea596 100644 --- a/website/docs/r/dataproc_cluster.html.markdown +++ b/website/docs/r/dataproc_cluster.html.markdown @@ -265,7 +265,7 @@ cluster_config { to create for the master. If not specified, GCP will default to a predetermined computed value (currently `n1-standard-4`). -* `min_cpu_platform` - (Optional, Computed, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The name of a minimum generation of CPU family +* `min_cpu_platform` - (Optional, Computed) The name of a minimum generation of CPU family for the master. If not specified, GCP will default to a predetermined computed value for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) for details about which CPU families are available (and defaulted) for each zone. @@ -329,7 +329,7 @@ cluster_config { to create for the worker nodes. If not specified, GCP will default to a predetermined computed value (currently `n1-standard-4`). -* `min_cpu_platform` - (Optional, Computed, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The name of a minimum generation of CPU family +* `min_cpu_platform` - (Optional, Computed) The name of a minimum generation of CPU family for the master. If not specified, GCP will default to a predetermined computed value for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) for details about which CPU families are available (and defaulted) for each zone.