Skip to content

Commit eaea0c1

Browse files
fix TestAccNotebooksInstance_notebookInstanceFullExample (#4122) (#2615)
Signed-off-by: Modular Magician <[email protected]>
1 parent bd3e168 commit eaea0c1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/4122.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_notebooks_instance_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "google_notebooks_instance" "instance" {
180180
image_family = "tf-latest-cpu"
181181
}
182182
183-
instance_owners = "[email protected]"
183+
instance_owners = ["[email protected]"]
184184
service_account = "%{service_account}"
185185
186186
install_gpu_driver = true

website/docs/r/notebooks_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ resource "google_notebooks_instance" "instance" {
128128
image_family = "tf-latest-cpu"
129129
}
130130
131-
instance_owners = "[email protected]"
131+
instance_owners = ["[email protected]"]
132132
service_account = "emailAddress:[email protected]"
133133
134134
install_gpu_driver = true

0 commit comments

Comments
 (0)