more docs

This commit is contained in:
Adrien Delorme
2021-03-17 09:19:14 +01:00
parent bdc8ac2813
commit f00ea7a166
+2 -1
View File
@@ -33,7 +33,8 @@ type PluginConfig struct {
//
// Redirects will be bypassed if the redirected components are already found
// in their corresponding sets (Builders, Provisioners, PostProcessors,
// DataSources)
// DataSources). That is, for example, if you manually put a single
// component plugin in the plugins folder.
BuilderRedirects map[string]string
DatasourceRedirects map[string]string
ProvisionerRedirects map[string]string