From 4c841f809c5166a98b1a35e73037d032b23576c4 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Wed, 29 Jul 2026 16:47:28 +0200 Subject: [PATCH] refactor: reduce to 1 core --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index a4b5e71..a4c05f4 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,7 @@ variable "template_id" { variable "cpu_cores" { description = "Number of CPU cores" type = number - default = 2 + default = 1 } variable "memory_mb" {