@@ -48,7 +48,7 @@ func TestAccNotebooksInstance_update(t *testing.T) {
48
48
ResourceName : "google_notebooks_instance.instance" ,
49
49
ImportState : true ,
50
50
ImportStateVerify : true ,
51
- ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "update_time" },
51
+ ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "update_time" , "proxy_uri" , "state" },
52
52
},
53
53
{
54
54
Config : testAccNotebooksInstance_update (context , true ),
@@ -57,7 +57,7 @@ func TestAccNotebooksInstance_update(t *testing.T) {
57
57
ResourceName : "google_notebooks_instance.instance" ,
58
58
ImportState : true ,
59
59
ImportStateVerify : true ,
60
- ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "labels" , "terraform_labels" , "update_time" },
60
+ ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "labels" , "terraform_labels" , "update_time" , "proxy_uri" , "state" },
61
61
},
62
62
{
63
63
Config : testAccNotebooksInstance_update (context , false ),
@@ -66,7 +66,7 @@ func TestAccNotebooksInstance_update(t *testing.T) {
66
66
ResourceName : "google_notebooks_instance.instance" ,
67
67
ImportState : true ,
68
68
ImportStateVerify : true ,
69
- ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "labels" , "terraform_labels" , "update_time" },
69
+ ImportStateVerifyIgnore : []string {"vm_image" , "metadata" , "labels" , "terraform_labels" , "update_time" , "proxy_uri" , "state" },
70
70
},
71
71
},
72
72
})
0 commit comments