Created FreeBSD packer build config for Proxmox

This commit is contained in:
2024-04-18 00:42:00 -04:00
parent 05171a80a3
commit 05d6ec78c3
3 changed files with 56 additions and 4 deletions

9
init.pkr.hcl Normal file
View File

@ -0,0 +1,9 @@
packer {
required_plugins {
name = {
version = "~> 1"
source = "github.com/hashicorp/proxmox"
}
}
}