Skip to content

Commit

Permalink
fix(deployment): bump up minimum node size to 4GB RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Mar 10, 2021
1 parent 0607409 commit 030357c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "ssh_key" {

variable "instance_size" {
description = "The instance size to use"
default = "2gb"
default = "s-2vcpu-4gb"
}

variable "volume_size" {
Expand Down

0 comments on commit 030357c

Please sign in to comment.