12 lines
201 B
HCL
12 lines
201 B
HCL
|
packer {
|
||
|
required_plugins {
|
||
|
sshkey = {
|
||
|
version = ">= 1.0.1"
|
||
|
source = "github.com/ivoronin/sshkey"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
data "sshkey" "install" {
|
||
|
type = "ed25519"
|
||
|
}
|