aboutsummaryrefslogtreecommitdiff
path: root/packer/plugin.pkr.hcl
blob: 42652801c26f1ea43e0836f42375233fa7b454eb (plain)
1
2
3
4
5
6
7
8
packer {
  required_plugins {
    name = {
      version = "~> 1"
      source  = "github.com/hashicorp/proxmox"
    }
  }
}