We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418b9cc commit 19f01e8Copy full SHA for 19f01e8
docs/r/dataproc_cluster.html.markdown
@@ -202,6 +202,10 @@ The `cluster_config.gce_cluster_config` block supports:
202
instances in the cluster will only have internal IP addresses. Note: Private Google Access
203
(also known as `privateIpGoogleAccess`) must be enabled on the subnetwork that the cluster
204
will be launched in.
205
+
206
+* `metadata` - (Optional) A map of the Compute Engine metadata entries to add to all instances
207
+ (see [Project and instance metadata](https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).
208
209
- - -
210
211
The `cluster_config.master_config` block supports:
0 commit comments