Skip to content

Commit 75962a8

Browse files
update dataflow job service_account_email docs (#10607) (#7323)
[upstream:06c490784accc88b81c1e191e4cc7db373baa5e6] Signed-off-by: Modular Magician <[email protected]>
1 parent 61b315d commit 75962a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/dataflow_flex_template_job.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ provided, the provider project is used.
136136

137137
* `sdk_container_image` - (Optional) Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
138138

139-
* `service_account_email` - (Optional) Service account email to run the workers as.
139+
* `service_account_email` - (Optional) Service account email to run the workers as. This should be just an email e.g. `[email protected]`. Do not include any `serviceAccount:` or other prefix.
140140

141141
* `skip_wait_on_job_termination` - (Optional) If set to `true`, terraform will
142142
treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource,

website/docs/r/dataflow_job.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following arguments are supported:
116116
* `project` - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used.
117117
* `zone` - (Optional) The zone in which the created job should run. If it is not provided, the provider zone is used.
118118
* `region` - (Optional) The region in which the created job should run.
119-
* `service_account_email` - (Optional) The Service Account email used to create the job.
119+
* `service_account_email` - (Optional) The Service Account email used to create the job. This should be just an email e.g. `[email protected]`. Do not include any `serviceAccount:` or other prefix.
120120
* `network` - (Optional) The network to which VMs will be assigned. If it is not provided, "default" will be used.
121121
* `subnetwork` - (Optional) The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
122122
* `machine_type` - (Optional) The machine type to use for the job.

0 commit comments

Comments
 (0)