Skip to content

Commit f0cec0b

Browse files
Google APIscopybara-github
authored andcommitted
docs: Adjust wording around service accounts and control planes
PiperOrigin-RevId: 522482855
1 parent a9a642e commit f0cec0b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

google/cloud/workstations/v1beta/workstations.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,11 @@ message WorkstationConfig {
403403
// The name of a Compute Engine machine type.
404404
string machine_type = 1;
405405

406-
// Email address of the service account that will be used on VM instances
407-
// used to support this config. This service account must have permission
408-
// to pull the specified container image. If not set, VMs will run without
409-
// a service account, in which case the image must be publicly accessible.
406+
// Email address of the service account used on VM instances
407+
// used to support this configuration. If not set, VMs run with a
408+
// Google-managed service account. This service account must have
409+
// permission to pull the specified container image; otherwise, the image
410+
// must be publicly accessible.
410411
string service_account = 2;
411412

412413
// Network tags to add to the Compute Engine machines backing the

0 commit comments

Comments
 (0)