pep-mklive/packer/plugins.pkr.hcl

17 lines
310 B
HCL
Raw Normal View History

2024-10-27 15:16:46 -01:00
packer {
required_plugins {
qemu = {
version = "~> 1"
source = "github.com/hashicorp/qemu"
}
vagrant = {
version = "~> 1"
source = "github.com/hashicorp/vagrant"
}
virtualbox = {
version = "~> 1"
source = "github.com/hashicorp/virtualbox"
}
}
}