Skip to content

Commit

Permalink
Notebook instances output tags by default (#10006) (#17323)
Browse files Browse the repository at this point in the history
[upstream:41f37f5046bb8a495bcd77a2ee3a6f65c9828f5c]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Feb 20, 2024
1 parent 8e13e8d commit e34ddeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/10006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
notebooks: changed `tag` field to default to the API's value if not specified in `google_notebooks_instance`
```
1 change: 1 addition & 0 deletions google/services/notebooks/resource_notebooks_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}`,
},
"tags": {
Type: schema.TypeList,
Computed: true,
Optional: true,
ForceNew: true,
Description: `The Compute Engine tags to add to instance.`,
Expand Down

0 comments on commit e34ddeb

Please sign in to comment.