Skip to content

Commit abe110c

Browse files
Ignore update_time in the examples (#15407) (#10892)
[upstream:786f01dce1840f34dff9294c97b4a9bcf15f6c1c] Signed-off-by: Modular Magician <[email protected]>
1 parent 470029a commit abe110c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google-beta/services/workbench/resource_workbench_instance_generated_test.go

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

Comments
 (0)