Skip to content

Commit c5acd9b

Browse files
fix notebooks instance full test, remove google-beta from network and subnetwork resources (#4518) (#2978)
Signed-off-by: Modular Magician <[email protected]>
1 parent 8065121 commit c5acd9b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.changelog/4518.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_dataflow_flex_template_job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
11-
compute "google.golang.org/api/compute/v1"
11+
"google.golang.org/api/compute/v1"
1212
)
1313

1414
func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {

google-beta/resource_notebooks_instance_generated_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,10 @@ resource "google_notebooks_instance" "instance" {
223223
}
224224
225225
data "google_compute_network" "my_network" {
226-
provider = google-beta
227226
name = "default"
228227
}
229228
230229
data "google_compute_subnetwork" "my_subnetwork" {
231-
provider = google-beta
232230
name = "default"
233231
region = "us-central1"
234232
}

website/docs/r/notebooks_instance.html.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,10 @@ resource "google_notebooks_instance" "instance" {
145145
}
146146
147147
data "google_compute_network" "my_network" {
148-
provider = google-beta
149148
name = "default"
150149
}
151150
152151
data "google_compute_subnetwork" "my_subnetwork" {
153-
provider = google-beta
154152
name = "default"
155153
region = "us-central1"
156154
}

0 commit comments

Comments
 (0)