Skip to content

Commit 66498f4

Browse files
workbench instances: update documentation for instance_owners field (#12213) (#20161)
[upstream:8d44e7da8d5f3f1716d442407bf9a5e4bd2d62a4] Signed-off-by: Modular Magician <[email protected]>
1 parent 707c761 commit 66498f4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changelog/12213.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note: note
2+
workbench instances: update documentation for instance_owners field
3+
```

google/services/workbench/resource_workbench_instance.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,9 @@ Format: {project_id}`,
688688
ForceNew: true,
689689
Description: `'Optional. Input only. The owner of this instance after creation. Format:
690690
'[email protected]' Currently supports one owner only. If not specified, all of
691-
the service account users of your VM instance''s service account can use the instance.'`,
691+
the service account users of your VM instance''s service account can use the instance.
692+
If specified, sets the access mode to 'Single user'. For more details, see
693+
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'`,
692694
Elem: &schema.Schema{
693695
Type: schema.TypeString,
694696
},

website/docs/r/workbench_instance.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ The following arguments are supported:
241241
(Optional)
242242
'Optional. Input only. The owner of this instance after creation. Format:
243243
`[email protected]` Currently supports one owner only. If not specified, all of
244-
the service account users of your VM instance''s service account can use the instance.'
244+
the service account users of your VM instance''s service account can use the instance.
245+
If specified, sets the access mode to `Single user`. For more details, see
246+
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab'
245247

246248
* `disable_proxy_access` -
247249
(Optional)

0 commit comments

Comments
 (0)