Skip to content

Commit

Permalink
Ignore deletion_delay_hours when importing during TestAccVmwareengi…
Browse files Browse the repository at this point in the history
…nePrivateCloud_vmwareEnginePrivateCloudUpdate (GoogleCloudPlatform#11295)
  • Loading branch information
SarahFrench authored Jul 31, 2024
1 parent 9bc9d19 commit 8a4ab31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestAccVmwareenginePrivateCloud_vmwareEnginePrivateCloudUpdate(t *testing.T
ResourceName: "google_vmwareengine_private_cloud.vmw-engine-pc",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"location", "name", "update_time", "type", "deletion_parameters"},
ImportStateVerifyIgnore: []string{"location", "name", "update_time", "type", "deletion_parameters", "deletion_delay_hours"},
},
{
Config: testPrivateCloudUpdateConfig(context),
Expand All @@ -72,7 +72,7 @@ func TestAccVmwareenginePrivateCloud_vmwareEnginePrivateCloudUpdate(t *testing.T
ResourceName: "google_vmwareengine_private_cloud.vmw-engine-pc",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"location", "name", "update_time", "type", "deletion_parameters"},
ImportStateVerifyIgnore: []string{"location", "name", "update_time", "type", "deletion_parameters", "deletion_delay_hours"},
},
},
})
Expand Down

0 comments on commit 8a4ab31

Please sign in to comment.