You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/content/docs/provisioners/community-supported.mdx

24 lines
1004 B

---
description: |
You can use provisioners built and maintained by the Packer developer community to extend Packer functionality. Learn about community-supported provisioners.
page_title: Community provisioners reference
---
# Community Provisioners
The following provisioners are developed and maintained by various members of the
Packer community, not by HashiCorp. For more information on how to use community
provisioners, refer to [Developing Plugins](/packer/docs/plugins/creation).
- [Comment Provisioner](https://github.com/SwampDragons/packer-provisioner-comment) -
Example provisioner that allows you to annotate your build with bubble-text
comments.
- [Windows Update provisioner](https://github.com/rgl/packer-plugin-windows-update) -
A provisioner for gracefully handling Windows updates and the reboots they
cause.
- [S3 Provisioner](https://github.com/spacechunks/packer-plugin-s3) -
A provisioner that retrieves objects from S3 and stores them at a given destination.