From 189ebb78c25f2dd3ab99d01223b76131a0fcc3d2 Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:18:55 -0500 Subject: [PATCH] feat: move var to top level var file --- builds/common.pkrvars.hcl.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builds/common.pkrvars.hcl.example b/builds/common.pkrvars.hcl.example index 708192a..64c7e1e 100644 --- a/builds/common.pkrvars.hcl.example +++ b/builds/common.pkrvars.hcl.example @@ -7,6 +7,9 @@ // Removable Media Settings common_iso_storage = "OS" +// Where to store the completed VM templates +vm_storage_pool = "pool0" + // Boot and Provisioning Settings common_data_source = "http" common_http_ip = null