Skip to content

Commit 67bbfc4

Browse files
Deprecate google_notebooks_location since it is not an actual resource (#11972) (#9373)
[upstream:b6ee7d1cafebb70e6a63c9f00b138e0f34b858f7] Signed-off-by: Modular Magician <[email protected]>
1 parent 105077a commit 67bbfc4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Diff for: .changelog/11972.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:deprecation
2+
notebooks: deprecated non-functional `google_notebooks_location` resource
3+
```

Diff for: google-beta/services/notebooks/resource_notebooks_location.go

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ func ResourceNotebooksLocation() *schema.Resource {
5454
tpgresource.DefaultProviderProject,
5555
),
5656

57+
DeprecationMessage: "`google_notebooks_location` is deprecated and will be removed in a future major release. This resource is not functional.",
58+
5759
Schema: map[string]*schema.Schema{
5860
"name": {
5961
Type: schema.TypeString,

Diff for: website/docs/r/notebooks_location.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ description: |-
2020
---
2121

2222
# google_notebooks_location
23+
~> **Warning:** `google_notebooks_location` is deprecated and will be removed in a future major release. This resource is not functional.
2324

2425
Represents a Location resource.
2526

0 commit comments

Comments
 (0)