blob: 99fccd21140e407c60b216ed7aac98500504818b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
packer {
required_plugins {
proxmox = {
version = "~> 1"
source = "github.com/hashicorp/proxmox"
}
ansible = {
version = "~> 1"
source = "github.com/hashicorp/ansible"
}
}
}
|