@@ -50,7 +50,7 @@ func TestAccWorkbenchInstance_workbenchInstanceBasicExample(t *testing.T) {
5050 ResourceName : "google_workbench_instance.instance" ,
5151 ImportState : true ,
5252 ImportStateVerify : true ,
53- ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
53+ ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
5454 },
5555 },
5656 })
@@ -84,7 +84,7 @@ func TestAccWorkbenchInstance_workbenchInstanceBasicContainerExample(t *testing.
8484 ResourceName : "google_workbench_instance.instance" ,
8585 ImportState : true ,
8686 ImportStateVerify : true ,
87- ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
87+ ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
8888 },
8989 },
9090 })
@@ -125,7 +125,7 @@ func TestAccWorkbenchInstance_workbenchInstanceBasicGpuExample(t *testing.T) {
125125 ResourceName : "google_workbench_instance.instance" ,
126126 ImportState : true ,
127127 ImportStateVerify : true ,
128- ImportStateVerifyIgnore : []string {"gce_setup.0.vm_image" , "instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
128+ ImportStateVerifyIgnore : []string {"gce_setup.0.vm_image" , "instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
129129 },
130130 },
131131 })
@@ -199,7 +199,7 @@ func TestAccWorkbenchInstance_workbenchInstanceLabelsStoppedExample(t *testing.T
199199 ResourceName : "google_workbench_instance.instance" ,
200200 ImportState : true ,
201201 ImportStateVerify : true ,
202- ImportStateVerifyIgnore : []string {"desired_state" , "instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
202+ ImportStateVerifyIgnore : []string {"desired_state" , "instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
203203 },
204204 },
205205 })
@@ -419,7 +419,7 @@ func TestAccWorkbenchInstance_workbenchInstanceConfidentialComputeExample(t *tes
419419 ResourceName : "google_workbench_instance.instance" ,
420420 ImportState : true ,
421421 ImportStateVerify : true ,
422- ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
422+ ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
423423 },
424424 },
425425 })
@@ -474,7 +474,7 @@ func TestAccWorkbenchInstance_workbenchInstanceEucExample(t *testing.T) {
474474 ResourceName : "google_workbench_instance.instance" ,
475475 ImportState : true ,
476476 ImportStateVerify : true ,
477- ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" },
477+ ImportStateVerifyIgnore : []string {"instance_id" , "instance_owners" , "labels" , "location" , "name" , "terraform_labels" , "update_time" },
478478 },
479479 },
480480 })
0 commit comments