A Repository to store and share my packer templates for my ProxmoxVE server.
Do not forget to create a credential file at the project root directory so packer will be able connect to your ProxmoxVE
proxmox_api_url = "https://0.0.0.0:8006/api2/json" # Your Proxmox IP Address
proxmox_api_token_id = "GENERATED_API_TOKEN-ID" # API Token ID
proxmox_api_token_secret = "GENERATED_API_Secret"