mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
fix missing partials
This commit is contained in:
parent
0f30246355
commit
090b30e8a3
1 changed files with 8 additions and 10 deletions
|
|
@ -12,22 +12,20 @@ power of Packer templates.
|
|||
|
||||
## Third-Party plugins
|
||||
|
||||
The plugins listed below have been built by the community of Packer users and
|
||||
vendors. These plugins are not officially tested nor officially maintained by
|
||||
HashiCorp, and are listed here in order to help users find them easily.
|
||||
|
||||
To learn more about how to use community plugins, or how to build your own,
|
||||
check out the docs on [extending Packer](/packer/docs/plugins/install)
|
||||
refer to the docs on [extending Packer](/packer/docs/plugins/install)
|
||||
|
||||
If you have built a plugin and would like to add it to this community list,
|
||||
please make a pull request so that we can document your
|
||||
contribution here!
|
||||
make a pull request so that we can document your contribution.
|
||||
|
||||
@include "builders/community_builders.mdx"
|
||||
Refer to the following topics to learn about plugins built by the community of Packer users and
|
||||
vendors. We do not test or maintain community plugins.
|
||||
|
||||
@include "provisioners/community_provisioners.mdx"
|
||||
|
||||
@include "post-processors/community_post-processors.mdx"
|
||||
- [Community Builders](/packer/docs/builders/community-supported)
|
||||
- [Community Provisioners](/packer/docs/provisioners/community-supported)
|
||||
- [Community Post-Processors](/packer/docs/post-processors/community-supported)
|
||||
|
||||
|
||||
## Templates
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue