thojkooi / terraform-digitalocean-docker-swarm-mode

Terraform module for provisioning a Docker Swarm mode cluster on DigitalOcean
https://registry.terraform.io/modules/thojkooi/docker-swarm-mode/digitalocean
MIT License
63 stars 27 forks source link

#11 change droplet default size to s-1vcpu-1gb #16

Closed thojkooi closed 6 years ago

thojkooi commented 6 years ago

Change the default droplet size values to the new DO droplet plans.

See: https://blog.digitalocean.com/new-droplet-plans/

Note: this change will restart droplets when applied. Set manager_size and worker_size to previous values if you want to keep the old default size (521mb) to avoid the restart.

Closes #11