From bdd36c2d3465a98c2e7e95fb9080b7fa1a08edfa Mon Sep 17 00:00:00 2001
From: Viktor <58632240+viktor-f@users.noreply.github.com>
Date: Mon, 1 Mar 2021 18:41:25 +0100
Subject: [PATCH] Update default exoscale master with more RAM (#7328)

The default master size for exoscale is 2cpu and 2GB ram.
I have found this to be too low, so this increases it to
2cpu and 4GB ram.
---
 contrib/terraform/exoscale/default.tfvars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/terraform/exoscale/default.tfvars b/contrib/terraform/exoscale/default.tfvars
index f61524126..2bcbef54b 100644
--- a/contrib/terraform/exoscale/default.tfvars
+++ b/contrib/terraform/exoscale/default.tfvars
@@ -12,7 +12,7 @@ ssh_public_keys = [
 machines = {
   "master-0" : {
     "node_type" : "master",
-    "size" : "Small",
+    "size" : "Medium",
     "boot_disk" : {
       "image_name" : "Linux Ubuntu 20.04 LTS 64-bit",
       "root_partition_size" : 50,
-- 
GitLab