forked from GoogleCloudPlatform/magic-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dataflow job service_account_email docs (GoogleCloudPlatform#1…
- Loading branch information
1 parent
c6ac001
commit 06c4907
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ provided, the provider project is used. | |
|
||
* `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. | ||
|
||
* `service_account_email` - (Optional) Service account email to run the workers as. | ||
* `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. | ||
|
||
* `skip_wait_on_job_termination` - (Optional) If set to `true`, terraform will | ||
treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ The following arguments are supported: | |
* `project` - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used. | ||
* `zone` - (Optional) The zone in which the created job should run. If it is not provided, the provider zone is used. | ||
* `region` - (Optional) The region in which the created job should run. | ||
* `service_account_email` - (Optional) The Service Account email used to create the job. | ||
* `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. | ||
* `network` - (Optional) The network to which VMs will be assigned. If it is not provided, "default" will be used. | ||
* `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"` | ||
* `machine_type` - (Optional) The machine type to use for the job. | ||
|