packer/init.pkr.hcl

10 lines
126 B
HCL
Raw Normal View History

packer {
required_plugins {
name = {
version = "~> 1"
source = "github.com/hashicorp/proxmox"
}
}
}