Skip to content

Commit aa29980

Browse files
workbench: fix workbench instance full test failing due to version being populated after resource creation (#15182) (#10745)
[upstream:1ff501ab15cbd9535f4c57a0dc985be1ac3e3390] Signed-off-by: Modular Magician <[email protected]>
1 parent 0747e26 commit aa29980

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changelog/15182.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unknown: workbench: fix workbench instance full test failing due to version being populated after resource creation

google-beta/services/workbench/resource_workbench_instance_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func TestAccWorkbenchInstance_workbenchInstanceFullExample(t *testing.T) {
262262
ResourceName: "google_workbench_instance.instance",
263263
ImportState: true,
264264
ImportStateVerify: true,
265-
ImportStateVerifyIgnore: []string{"gce_setup.0.boot_disk.0.disk_type", "gce_setup.0.data_disks.0.disk_type", "gce_setup.0.vm_image", "instance_id", "instance_owners", "labels", "location", "name", "terraform_labels"},
265+
ImportStateVerifyIgnore: []string{"gce_setup.0.boot_disk.0.disk_type", "gce_setup.0.data_disks.0.disk_type", "gce_setup.0.metadata.version", "gce_setup.0.vm_image", "instance_id", "instance_owners", "labels", "location", "name", "terraform_labels", "update_time"},
266266
},
267267
},
268268
})

0 commit comments

Comments
 (0)