packer: track lockfile
This commit is contained in:
parent
cde8d2312c
commit
e1e13a3b83
16
packer/plugins.pkr.hcl
Normal file
16
packer/plugins.pkr.hcl
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user