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" {