Skip to content

Commit

Permalink
Merge pull request #1423 from modular-magician/codegen-pr-2738
Browse files Browse the repository at this point in the history
Move min_cpu_platform to GA in dataproc cluster
  • Loading branch information
slevenick committed Nov 22, 2019
2 parents 56469a9 + 27cf190 commit 7e36bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/dataproc_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7e36bef

Please sign in to comment.