mirror of https://github.com/hashicorp/packer
parent
d826711e7a
commit
a447d151bb
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: |
|
||||
Community-maintained post-processors are not part of the core Packer binary, but
|
||||
can run alongside Packer with minimal extra effort.
|
||||
layout: docs
|
||||
page_title: Community - Post-Processors
|
||||
sidebar_title: Community-Supported
|
||||
---
|
||||
|
||||
# Community Post-Processors
|
||||
|
||||
The following post-processors are developed and maintained by various members of the
|
||||
Packer community, not by HashiCorp. For more information on how to use community
|
||||
post-processors, see our docs on [extending Packer](/docs/extending).
|
||||
|
||||
@include 'post-processors/community_post-processors.mdx'
|
||||
@ -0,0 +1,4 @@
|
||||
### Community Post-Processors
|
||||
|
||||
- [Exoscale Import](https://github.com/exoscale/packer-post-processor-exoscale-import) -
|
||||
Import a builder artifact as a new Exoscale Compute instance template.
|
||||
Loading…
Reference in new issue