From a2559081082c24f6bfe9688adbc2de231d49355f Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 18 Aug 2025 09:09:43 -0500 Subject: [PATCH] fix name --- .../04-vm-templates/fedora-42/fedora-42-xlarge-plus.pkrvars.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/fedora-42/fedora-42-xlarge-plus.pkrvars.hcl b/infra-config/04-vm-templates/fedora-42/fedora-42-xlarge-plus.pkrvars.hcl index f160474..928f26a 100755 --- a/infra-config/04-vm-templates/fedora-42/fedora-42-xlarge-plus.pkrvars.hcl +++ b/infra-config/04-vm-templates/fedora-42/fedora-42-xlarge-plus.pkrvars.hcl @@ -5,7 +5,7 @@ # Virtual Machine Settings vm_boot_wait = "5s" -vm_name = "fedora-42-xlarge" +vm_name = "fedora-42-xlarge-plus" vm_id = "9106" vm_cpu_sockets = "1" vm_cpu_cores = "4"