feat: update clone ID
This commit is contained in:
+2
-2
@@ -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 = 204
|
default = 205
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cpu_cores" {
|
variable "cpu_cores" {
|
||||||
@@ -52,4 +52,4 @@ variable "bridge" {
|
|||||||
description = "Network bridge interface"
|
description = "Network bridge interface"
|
||||||
type = string
|
type = string
|
||||||
default = "vmbr1"
|
default = "vmbr1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user