Skip to content

Commit 93eeb9e

Browse files
authored
fix TestAccWorkbenchInstance_updateBootDisk (#16109)
1 parent d2ee9cb commit 93eeb9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/services/workbench/resource_workbench_instance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)