Initial commit

This commit is contained in:
2023-10-12 10:51:18 +02:00
commit 5368205cb8
8 changed files with 403 additions and 0 deletions

View File

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