fix instance size for DigitalOcean

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-27 15:03:07 +02:00
parent c953ca4ca0
commit 8cd6336051
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ locals {
defaults = {
hosts_count = 1 /* number of hosts in each DC */
do_size = "ecs.t5-lc1m1.small" /* DigitalOcean */
ac_size = "ecs.sn1ne.large" /* Alibaba Cloud */
do_size = "s-1vcpu-1gb" /* DigitalOcean */
ac_size = "ecs.t5-lc1m1.small" /* Alibaba Cloud */
gc_size = "n1-standard-1" /* Google Cloud */
}