refactor: reduce to 1 core

This commit is contained in:
2026-07-29 16:47:28 +02:00
parent 7634f6f86c
commit 4c841f809c
+1 -1
View File
@@ -39,7 +39,7 @@ variable "template_id" {
variable "cpu_cores" {
description = "Number of CPU cores"
type = number
default = 2
default = 1
}
variable "memory_mb" {