From 8ec857f7cbfc88f88347553612c624ae0b80d3a0 Mon Sep 17 00:00:00 2001 From: Fabian Fischer Date: Fri, 16 Sep 2022 09:46:30 +0200 Subject: [PATCH] Switch to new cloudscale.ch node flavor for bootstrap node --- bootstrap.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.tf b/bootstrap.tf index ad95617..a097a1a 100644 --- a/bootstrap.tf +++ b/bootstrap.tf @@ -2,7 +2,7 @@ resource "cloudscale_server" "bootstrap" { count = var.bootstrap_count name = "bootstrap.${local.node_name_suffix}" zone_slug = "${var.region}1" - flavor_slug = "flex-16" + flavor_slug = "flex-16-4" image_slug = var.image_slug volume_size_gb = 128 interfaces {