From 09f73d58945a7d25383155e64ca736e1c77648f7 Mon Sep 17 00:00:00 2001 From: Joel Kattapuram Date: Sat, 1 Feb 2025 00:14:10 +0000 Subject: [PATCH] ignore labels field --- .../resource_workstations_workstation_config_test.go.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmv1/third_party/terraform/services/workstations/resource_workstations_workstation_config_test.go.tmpl b/mmv1/third_party/terraform/services/workstations/resource_workstations_workstation_config_test.go.tmpl index aaae5264ab43..6f433e5f6568 100644 --- a/mmv1/third_party/terraform/services/workstations/resource_workstations_workstation_config_test.go.tmpl +++ b/mmv1/third_party/terraform/services/workstations/resource_workstations_workstation_config_test.go.tmpl @@ -1225,7 +1225,7 @@ func TestAccWorkstationsWorkstationConfig_updatePersistentDirectory(t *testing.T ResourceName: "google_workstations_workstation_cluster.default", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"etag"}, + ImportStateVerifyIgnore: []string{"etag", "labels"}, }, { Config: testAccWorkstationsWorkstationConfig_persistentDirectoriesUpdated(context), @@ -1234,7 +1234,7 @@ func TestAccWorkstationsWorkstationConfig_updatePersistentDirectory(t *testing.T ResourceName: "google_workstations_workstation_cluster.default", ImportState: true, ImportStateVerify: true, - ImportStateVerifyIgnore: []string{"etag"}, + ImportStateVerifyIgnore: []string{"etag", "labels"}, }, }, })