From 18f722aa3001ef7b150d9994d778988f30940159 Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Fri, 27 Feb 2026 20:18:33 +0100 Subject: [PATCH] hopefully fixed template --- tofu/e2e/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {