Skip to content

Commit 8994f14

Browse files
bcreddy-gcpjingqizz
authored andcommitted
add deprecation message to google_notebook_runtime (GoogleCloudPlatform#14260)
1 parent 5b836f7 commit 8994f14

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mmv1/products/notebooks/Runtime.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
---
1515
name: 'Runtime'
16+
# This resource should not be removed until the 2025 major release or later.
17+
# Check instance availability first before fully removing.
18+
deprecation_message: >-
19+
`google_notebook_runtime` is deprecated and will be removed in a future major release.
20+
Use `google_workbench_instance` instead.
1621
description: |
1722
A Cloud AI Platform Notebook runtime.
1823

mmv1/third_party/terraform/services/notebooks/resource_notebooks_instance_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ func TestAccNotebooksInstance_create_vm_image(t *testing.T) {
3232
}
3333

3434
func TestAccNotebooksInstance_update(t *testing.T) {
35+
t.Skip()
36+
3537
context := map[string]interface{}{
3638
"random_suffix": acctest.RandString(t, 10),
3739
}

0 commit comments

Comments
 (0)