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
1 changed files with 9 additions and 0 deletions

View File

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