From 85442c28a73acc6560efbf14b8fe0348c0f1c280 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Aug 2025 20:26:45 -0500 Subject: [PATCH] Fix plugin names --- sources/build.pkr.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/build.pkr.hcl b/sources/build.pkr.hcl index 532e45b..be5a1f1 100644 --- a/sources/build.pkr.hcl +++ b/sources/build.pkr.hcl @@ -1,11 +1,11 @@ packer { required_plugins { qemu = { - source = "github.com/hashicorp/packer-plugin-qemu" + source = "github.com/hashicorp/qemu" version = "= 1.1.4" } vagrant = { - source = "github.com/hashicorp/packer-plugin-vagrant" + source = "github.com/hashicorp/vagrant" version = "= 1.1.6" } vmware = { @@ -14,7 +14,7 @@ packer { } hyperv = { version = "= 1.1.4" - source = "github.com/hashicorp/packer-plugin-hyperv" + source = "github.com/hashicorp/hyperv" } virtualbox = { source = "github.com/hashicorp/virtualbox"