packer: track lockfile

This commit is contained in:
classabbyamp 2024-07-23 21:23:04 -04:00
parent cde8d2312c
commit e1e13a3b83
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

16
packer/plugins.pkr.hcl Normal file
View File

@ -0,0 +1,16 @@
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"
}
}
}