8 lines
131 B
HCL
8 lines
131 B
HCL
packer {
|
|
required_plugins {
|
|
proxmox = {
|
|
version = ">= 1.1.3"
|
|
source = "github.com/hashicorp/proxmox"
|
|
}
|
|
}
|
|
} |