Update Packer plugins
This commit is contained in:
@@ -1,24 +1,24 @@
|
|||||||
packer {
|
packer {
|
||||||
required_plugins {
|
required_plugins {
|
||||||
qemu = {
|
qemu = {
|
||||||
source = "github.com/hashicorp/qemu"
|
source = "github.com/hashicorp/packer-plugin-qemu"
|
||||||
version = "= 1.1.0"
|
|
||||||
}
|
|
||||||
vagrant = {
|
|
||||||
source = "github.com/hashicorp/vagrant"
|
|
||||||
version = "= 1.1.4"
|
version = "= 1.1.4"
|
||||||
}
|
}
|
||||||
|
vagrant = {
|
||||||
|
source = "github.com/hashicorp/packer-plugin-vagrant"
|
||||||
|
version = "= 1.1.6"
|
||||||
|
}
|
||||||
vmware = {
|
vmware = {
|
||||||
version = "= 1.0.11"
|
|
||||||
source = "github.com/hashicorp/vmware"
|
source = "github.com/hashicorp/vmware"
|
||||||
|
version = "= 1.0.11"
|
||||||
}
|
}
|
||||||
hyperv = {
|
hyperv = {
|
||||||
version = "= 1.1.3"
|
version = "= 1.1.4"
|
||||||
source = "github.com/hashicorp/hyperv"
|
source = "github.com/hashicorp/packer-plugin-hyperv"
|
||||||
}
|
}
|
||||||
virtualbox = {
|
virtualbox = {
|
||||||
source = "github.com/hashicorp/virtualbox"
|
source = "github.com/hashicorp/virtualbox"
|
||||||
version = "= 1.0.5"
|
version = "= 1.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user