Skip to content

Commit

Permalink
Ignore update_time when testing import of `google_vmwareengine_netw…
Browse files Browse the repository at this point in the history
…ork_policy` (GoogleCloudPlatform#9903)
  • Loading branch information
SarahFrench authored Feb 1, 2024
1 parent 5a61375 commit 423ac5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestAccVmwareengineNetworkPolicy_update(t *testing.T) {
ResourceName: "google_vmwareengine_network_policy.vmw-engine-network-policy",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"location", "name"},
ImportStateVerifyIgnore: []string{"location", "name", "update_time"},
},
{
Config: testAccVmwareengineNetworkPolicy_config(context, "description2", "192.168.1.0/26", true, true),
Expand All @@ -43,7 +43,7 @@ func TestAccVmwareengineNetworkPolicy_update(t *testing.T) {
ResourceName: "google_vmwareengine_network_policy.vmw-engine-network-policy",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"location", "name"},
ImportStateVerifyIgnore: []string{"location", "name", "update_time"},
},
},
})
Expand Down

0 comments on commit 423ac5e

Please sign in to comment.