Closed jean closed 8 years ago
I added provider.size="1gb" to my vagrantfile, but vagrant rebuild didn't reconfigure the droplet. After vagrant destroy and vagrant up, the new droplet has the configured size.
provider.size="1gb"
vagrant rebuild
vagrant destroy
vagrant up
Should this plugin be able to reconfigure existing droplets?
Hello, no a rebuild is in fact rebuilding the exact state of the droplet as defined by the DigitalOcean API https://developers.digitalocean.com/documentation/v2/#rebuild-a-droplet
I added
provider.size="1gb"
to my vagrantfile, butvagrant rebuild
didn't reconfigure the droplet. Aftervagrant destroy
andvagrant up
, the new droplet has the configured size.Should this plugin be able to reconfigure existing droplets?