Skip to content

Commit 3fa4806

Browse files
Notebook instances output tags by default (#10006) (#6986)
[upstream:41f37f5046bb8a495bcd77a2ee3a6f65c9828f5c] Signed-off-by: Modular Magician <[email protected]>
1 parent 12750e6 commit 3fa4806

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/10006.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
notebooks: changed `tag` field to default to the API's value if not specified in `google_notebooks_instance`
3+
```

google-beta/services/notebooks/resource_notebooks_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}`,
470470
},
471471
"tags": {
472472
Type: schema.TypeList,
473+
Computed: true,
473474
Optional: true,
474475
ForceNew: true,
475476
Description: `The Compute Engine tags to add to instance.`,

0 commit comments

Comments
 (0)