From 14810810238f2d2cae3ce736c9fd7a314f17e868 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Fri, 31 Jul 2026 18:47:01 +0200 Subject: [PATCH] feat: update template id --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index a4c05f4..5b8af25 100644 --- a/variables.tf +++ b/variables.tf @@ -33,7 +33,7 @@ variable "node_name" { variable "template_id" { description = "ID of the VM template to clone" type = number - default = 203 + default = 204 } variable "cpu_cores" {