Skip to content

Commit

Permalink
Add labels to ImportStateVerifyIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
bcreddy-gcp committed Feb 27, 2024
1 parent 3de9b66 commit e11c8ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) {
ResourceName: "google_notebooks_runtime.runtime",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
},
{
Config: testAccNotebooksRuntime_update(context),
Expand All @@ -33,6 +34,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) {
ResourceName: "google_notebooks_runtime.runtime",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
},
{
Config: testAccNotebooksRuntime_basic(context),
Expand All @@ -41,6 +43,7 @@ func TestAccNotebooksRuntime_update(t *testing.T) {
ResourceName: "google_notebooks_runtime.runtime",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
},
},
})
Expand Down

0 comments on commit e11c8ad

Please sign in to comment.