mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-28 21:01:16 -04:00
Merge pull request #11132 from hashicorp/b-fix-digitalocean-droplet-resize-acctest
provider/digitalocean: Fix failing acceptance test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user