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