github.com/hashicorp/packer@v1.14.3/website/content/docs/provisioners/community-supported.mdx (about) 1 --- 2 description: | 3 You can use provisioners built and maintained by the Packer developer community to extend Packer functionality. Learn about community-supported provisioners. 4 page_title: Community provisioners reference 5 --- 6 7 # Community Provisioners 8 9 The following provisioners are developed and maintained by various members of the 10 Packer community, not by HashiCorp. For more information on how to use community 11 provisioners, refer to [Developing Plugins](/packer/docs/plugins/creation). 12 13 - [Comment Provisioner](https://github.com/SwampDragons/packer-provisioner-comment) - 14 Example provisioner that allows you to annotate your build with bubble-text 15 comments. 16 17 - [Windows Update provisioner](https://github.com/rgl/packer-plugin-windows-update) - 18 A provisioner for gracefully handling Windows updates and the reboots they 19 cause. 20 21 - [S3 Provisioner](https://github.com/spacechunks/packer-plugin-s3) - 22 A provisioner that retrieves objects from S3 and stores them at a given destination. 23