Merge pull request #11132 from hashicorp/b-fix-digitalocean-droplet-resize-acctest

provider/digitalocean: Fix failing acceptance test
This commit is contained in:
Jake Champlin 2017-01-10 10:55:10 -05:00 committed by GitHub
commit d8e8f13fd7
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ resource "digitalocean_droplet" "foobar" {
size = "1gb"
image = "centos-7-x64"
region = "nyc3"
user_data = "foobar"
ssh_keys = ["${digitalocean_ssh_key.foobar.id}"]
resize_disk = false
}