diff --git a/website/content/docs/plugins/index.mdx b/website/content/docs/plugins/index.mdx index 84daeeac5..eba39a35d 100644 --- a/website/content/docs/plugins/index.mdx +++ b/website/content/docs/plugins/index.mdx @@ -18,7 +18,7 @@ This page documents how to install plugins. If you're interested in developing plugins, see the [developing plugins](/docs/plugins/creation#developing-plugins) page. -The current official listing of community-written plugins can ve found +The current official listing of community-written plugins can be found [here](/community-tools#third-party-plugins); if you have written a Packer plugin, please reach out to us so we can add your plugin to the website. @@ -106,7 +106,7 @@ per configuration. This is best explained using an example. In the above `required_plugins` block, we declared the local name "myawesomecloud" for the plugin `azr/myawesomecloud`. -If the "myawesomecloud" plugin contains both an "ebs" builder and a "import" +If the "myawesomecloud" plugin contains both an "ebs" builder and an "import" post-processor, then the builder will be accessed in a source block by using: ```hcl