Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subnetwork and service_account_email params described (17211) #10102

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
subnetwork and service_account_email params described (17211)
  • Loading branch information
makuing authored Mar 4, 2024
commit 4816c712aa313c86e54a8ea651a502ebc9de196c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ provided, the provider project is used.

* `region` - (Optional) The region in which the created job should run.

* `service_account_email` - (Optional) Service account to run the workers as.

* `subnetwork` - (Optional) Compute Engine subnetwork for launching instances to run your pipeline.

## Attributes Reference
In addition to the arguments listed above, the following computed attributes are exported:

Expand Down
Loading