build: Move to external packer plugins

This commit is contained in:
Danny Bessems 2023-08-21 09:39:05 +02:00
parent eab5cfc688
commit f5ed60fa38

View File

@ -1,5 +1,14 @@
packer { packer {
required_plugins { required_plugins {
vsphere = {
source = "github.com/hashicorp/vsphere"
version = "~> 1"
}
ansible = {
source = "github.com/hashicorp/ansible"
version = "~> 1"
}
} }
} }