From 6969ce5b4e11206f2a7441becf373add86828dc4 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Fri, 7 Sep 2018 15:27:15 -0700 Subject: [PATCH] add documentation for dataproc metadata (#2002) Fixes #1984 --- website/docs/r/dataproc_cluster.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/dataproc_cluster.html.markdown b/website/docs/r/dataproc_cluster.html.markdown index ad55f8c0..f395ff17 100644 --- a/website/docs/r/dataproc_cluster.html.markdown +++ b/website/docs/r/dataproc_cluster.html.markdown @@ -202,6 +202,10 @@ The `cluster_config.gce_cluster_config` block supports: instances in the cluster will only have internal IP addresses. Note: Private Google Access (also known as `privateIpGoogleAccess`) must be enabled on the subnetwork that the cluster will be launched in. + +* `metadata` - (Optional) A map of the Compute Engine metadata entries to add to all instances + (see [Project and instance metadata](https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)). + - - - The `cluster_config.master_config` block supports: