feat: update template id

This commit is contained in:
2026-07-31 18:47:01 +02:00
parent 4c841f809c
commit 1481081023
+1 -1
View File
@@ -33,7 +33,7 @@ variable "node_name" {
variable "template_id" { variable "template_id" {
description = "ID of the VM template to clone" description = "ID of the VM template to clone"
type = number type = number
default = 203 default = 204
} }
variable "cpu_cores" { variable "cpu_cores" {