Skip to content

Commit

Permalink
test: fix broken e2e test related to #755 (#756)
Browse files Browse the repository at this point in the history
We do not need to verify the import state on attributes that are
terraform internal.
  • Loading branch information
apricote authored Sep 20, 2023
1 parent 0c477a3 commit 446fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/e2etests/server/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestServerResource_Basic(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"ssh_keys", "user_data", "keep_disk", "ignore_remote_firewall_ids", "allow_deprecated_images",
"ssh_keys", "user_data", "keep_disk", "ignore_remote_firewall_ids", "allow_deprecated_images", "shutdown_before_deletion",
},
},
{
Expand Down

0 comments on commit 446fbf1

Please sign in to comment.