From ad21a101c8dd760fd6170177dafb66990e697444 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Mar 2021 10:16:24 +0100 Subject: [PATCH] add comments --- packer/plugin.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packer/plugin.go b/packer/plugin.go index 3150a23b5..c5e1b56b1 100644 --- a/packer/plugin.go +++ b/packer/plugin.go @@ -35,6 +35,8 @@ type PluginConfig struct { // in their corresponding sets (Builders, Provisioners, PostProcessors, // DataSources). That is, for example, if you manually put a single // component plugin in the plugins folder. + // + // Example BuilderRedirects: "amazon-ebs" => "github.com/hashicorp/amazon" BuilderRedirects map[string]string DatasourceRedirects map[string]string ProvisionerRedirects map[string]string