From 2b4812837a9880d35f1a938e1af767ed245934c8 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 5 Mar 2021 15:16:29 +0100 Subject: [PATCH] Update main.go show where to add maps --- main.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/main.go b/main.go index f7806b0bc..ae0cc5127 100644 --- a/main.go +++ b/main.go @@ -297,6 +297,19 @@ func loadConfig() (*config, error) { PluginMinPort: 10000, PluginMaxPort: 25000, KnownPluginFolders: packer.PluginFolders("."), + + BuilderRedirects: map[string]string{ + // + }, + DatasourceRedirects: map[string]string{ + // + }, + ProvisionerRedirects: map[string]string{ + // + }, + PostProcessorRedirects: map[string]string{ + // + }, } if err := config.Plugins.Discover(); err != nil { return nil, err