diff --git a/tofu/e2e/variables.tf b/tofu/e2e/variables.tf index b992153..890743a 100644 --- a/tofu/e2e/variables.tf +++ b/tofu/e2e/variables.tf @@ -18,7 +18,7 @@ variable "run_id" { variable "clone_template_id" { description = "VMID of the E2E template to clone from" type = number - default = 9000 + default = 9001 } variable "clone_vm_password" {