vms/recipes/debian/plugins.pkr.hcl

20 lines
416 B
HCL

packer {
required_plugins {
sshkey = {
version = ">= 1.0.1"
source = "github.com/ivoronin/sshkey"
}
vmware = {
version = ">= 1.0.8"
source = "github.com/hashicorp/vmware"
}
qemu = {
source = "github.com/hashicorp/qemu"
version = "~> 1"
}
}
}
data "sshkey" "install" {
type = "ed25519"
}