do: increase default droplet size (#99)

This commit is contained in:
David Dollar 2020-01-30 11:25:27 -05:00 committed by GitHub
parent 2cd665f967
commit 5a33c3728c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ variable "name" {
}
variable "node_type" {
default = "s-1vcpu-2gb"
default = "s-2vcpu-4gb"
}
variable "region" {