Skip to content

Commit 19f01e8

Browse files
authored
add documentation for dataproc metadata (hashicorp#2002)
Fixes hashicorp#1984
1 parent 418b9cc commit 19f01e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/r/dataproc_cluster.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ The `cluster_config.gce_cluster_config` block supports:
202202
instances in the cluster will only have internal IP addresses. Note: Private Google Access
203203
(also known as `privateIpGoogleAccess`) must be enabled on the subnetwork that the cluster
204204
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+
205209
- - -
206210

207211
The `cluster_config.master_config` block supports:

0 commit comments

Comments
 (0)