@@ -627,7 +627,7 @@ func TestAccWorkbenchInstance_updateDataDisk(t *testing.T) {
627627 ResourceName : "google_workbench_instance.instance" ,
628628 ImportState : true ,
629629 ImportStateVerify : true ,
630- ImportStateVerifyIgnore : []string {"name" , "instance_owners" , "location" , "instance_id" , "request_id" , "labels" , "terraform_labels" , "desired_state" , "update_time" , "health_info" , "health_state" },
630+ ImportStateVerifyIgnore : []string {"name" , "instance_owners" , "location" , "instance_id" , "request_id" , "labels" , "terraform_labels" , "desired_state" , "update_time" , "health_info" , "health_state" , "gce_setup.0.metadata" },
631631 },
632632 {
633633 Config : testAccWorkbenchInstance_updateDataDisk (context ),
@@ -640,7 +640,7 @@ func TestAccWorkbenchInstance_updateDataDisk(t *testing.T) {
640640 ResourceName : "google_workbench_instance.instance" ,
641641 ImportState : true ,
642642 ImportStateVerify : true ,
643- ImportStateVerifyIgnore : []string {"name" , "instance_owners" , "location" , "instance_id" , "request_id" , "labels" , "terraform_labels" , "desired_state" , "update_time" , "health_info" , "health_state" },
643+ ImportStateVerifyIgnore : []string {"name" , "instance_owners" , "location" , "instance_id" , "request_id" , "labels" , "terraform_labels" , "desired_state" , "update_time" , "health_info" , "health_state" , "gce_setup.0.metadata" },
644644 },
645645 },
646646 })
0 commit comments