From 679a9457b5fe1fdca147a026db0ce9e225d49abf Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 22 May 2023 12:44:13 +0200 Subject: [PATCH] build:Fix variable name --- packer/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/build.pkr.hcl b/packer/build.pkr.hcl index e251b0f..255b956 100644 --- a/packer/build.pkr.hcl +++ b/packer/build.pkr.hcl @@ -45,7 +45,7 @@ build { " -ManifestFileName '/scratch/bld_${var.vm_name}_${source.name}.mf'", "ovftool --acceptAllEulas --allowExtraConfig --overwrite \\", " '/scratch/bld_${var.vm_name}_${source.name}.ovf' \\", - " /output/airgapped-k8s-${var.next-release-version}+${var.k8s_version}-${source.name}.ova" + " /output/airgapped-k8s-${var.next_release_version}+${var.k8s_version}-${source.name}.ova" ] } }