vms/recipes/alpine/plugins.pkr.hcl

16 lines
314 B
HCL
Raw Normal View History

2022-12-06 15:44:25 +01:00
packer {
required_plugins {
sshkey = {
version = ">= 1.0.1"
source = "github.com/ivoronin/sshkey"
}
vmware = {
version = ">= 1.0.8"
source = "github.com/hashicorp/vmware"
}
2022-12-06 15:44:25 +01:00
}
}
data "sshkey" "install" {
type = "ed25519"
}