diff --git a/builtin/providers/digitalocean/import_digitalocean_droplet_test.go b/builtin/providers/digitalocean/import_digitalocean_droplet_test.go index 9c87ffeb2..83d8b40ad 100644 --- a/builtin/providers/digitalocean/import_digitalocean_droplet_test.go +++ b/builtin/providers/digitalocean/import_digitalocean_droplet_test.go @@ -23,7 +23,7 @@ func TestAccDigitalOceanDroplet_importBasic(t *testing.T) { ImportState: true, ImportStateVerify: true, ImportStateVerifyIgnore: []string{ - "ssh_keys", "user_data"}, //we ignore the ssh_keys and user_data as we do not set to state + "ssh_keys", "user_data", "resize_disk"}, //we ignore the ssh_keys, resize_disk and user_data as we do not set to state }, }, })