Skip to content

Commit

Permalink
Move Notebooks beta field from GA sample to beta test file (#5386) (#…
Browse files Browse the repository at this point in the history
…10446)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 29, 2021
1 parent 9ec9eab commit 98d66cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .changelog/5386.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
6 changes: 0 additions & 6 deletions google/resource_notebooks_instance_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,6 @@ resource "google_notebooks_instance" "instance" {
metadata = {
terraform = "true"
}
nic_type = "VIRTIO_NET"
reservation_affinity {
consume_reservation_type = "NO_RESERVATION"
}
}
data "google_compute_network" "my_network" {
Expand Down
6 changes: 0 additions & 6 deletions website/docs/r/notebooks_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ resource "google_notebooks_instance" "instance" {
metadata = {
terraform = "true"
}
nic_type = "VIRTIO_NET"
reservation_affinity {
consume_reservation_type = "NO_RESERVATION"
}
}
data "google_compute_network" "my_network" {
Expand Down

0 comments on commit 98d66cc

Please sign in to comment.