Merge pull request #11132 from hashicorp/b-fix-digitalocean-droplet-resize-acctest
provider/digitalocean: Fix failing acceptance test
This commit is contained in:
commit
d8e8f13fd7
|
@ -450,6 +450,7 @@ resource "digitalocean_droplet" "foobar" {
|
||||||
size = "1gb"
|
size = "1gb"
|
||||||
image = "centos-7-x64"
|
image = "centos-7-x64"
|
||||||
region = "nyc3"
|
region = "nyc3"
|
||||||
|
user_data = "foobar"
|
||||||
ssh_keys = ["${digitalocean_ssh_key.foobar.id}"]
|
ssh_keys = ["${digitalocean_ssh_key.foobar.id}"]
|
||||||
resize_disk = false
|
resize_disk = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue