Fix plugin names

This commit is contained in:
Greg Hellings
2025-08-21 20:26:45 -05:00
parent 06046469b0
commit 85442c28a7
+3 -3
View File
@@ -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"