fix typo in website/content/docs/plugins/index.mdx
This commit is contained in:
parent
6107aa51ef
commit
5515d7293f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue