Set a hard version requirement on the proxmox plugin; updated FreeBSD 14 image to 14.1

This commit is contained in:
2024-10-08 23:54:28 -04:00
parent e94b05112b
commit 2cf2f865e6
2 changed files with 5 additions and 6 deletions

View File

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