Fix plugin names
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
packer {
|
packer {
|
||||||
required_plugins {
|
required_plugins {
|
||||||
qemu = {
|
qemu = {
|
||||||
source = "github.com/hashicorp/packer-plugin-qemu"
|
source = "github.com/hashicorp/qemu"
|
||||||
version = "= 1.1.4"
|
version = "= 1.1.4"
|
||||||
}
|
}
|
||||||
vagrant = {
|
vagrant = {
|
||||||
source = "github.com/hashicorp/packer-plugin-vagrant"
|
source = "github.com/hashicorp/vagrant"
|
||||||
version = "= 1.1.6"
|
version = "= 1.1.6"
|
||||||
}
|
}
|
||||||
vmware = {
|
vmware = {
|
||||||
@@ -14,7 +14,7 @@ packer {
|
|||||||
}
|
}
|
||||||
hyperv = {
|
hyperv = {
|
||||||
version = "= 1.1.4"
|
version = "= 1.1.4"
|
||||||
source = "github.com/hashicorp/packer-plugin-hyperv"
|
source = "github.com/hashicorp/hyperv"
|
||||||
}
|
}
|
||||||
virtualbox = {
|
virtualbox = {
|
||||||
source = "github.com/hashicorp/virtualbox"
|
source = "github.com/hashicorp/virtualbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user