Skip to content

Commit

Permalink
ignore labels field
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkattapuram committed Feb 1, 2025
1 parent 5d7d17e commit 09f73d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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"},
},
},
})
Expand Down

0 comments on commit 09f73d5

Please sign in to comment.