Skip to content

Commit c30a428

Browse files
authored
Added missing update_time importstateverify ignore for notebooks instance (#14988)
1 parent aea7d7c commit c30a428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestAccNotebooksInstance_create_vm_image(t *testing.T) {
2525
ResourceName: "google_notebooks_instance.test",
2626
ImportState: true,
2727
ImportStateVerify: true,
28-
ImportStateVerifyIgnore: []string{"vm_image", "metadata"},
28+
ImportStateVerifyIgnore: []string{"vm_image", "metadata", "update_time"},
2929
},
3030
},
3131
})

0 commit comments

Comments
 (0)