Files

14 lines
601 B
Plaintext
Raw Permalink Normal View History

2022-01-11 10:26:05 -05:00
---
description: |
Plugins are installable components of Packer
page_title: Packer plugins
---
2022-09-15 18:12:37 -04:00
# External Packer Plugins
2022-01-11 10:26:05 -05:00
2023-01-27 11:47:08 -06:00
External Packer plugins are standalone applications that extend Packer functionality without modifying the core source code. Plugins can add new components to Packer, such as builders, provisioners, post-processors, and data sources. Refer to [Packer Plugins](/packer/docs/plugins) for details about installing and developing external plugins.
2022-01-11 10:26:05 -05:00
2022-09-15 18:12:37 -04:00
This section contains the documentation for available external Packer plugins.
2022-01-11 10:26:05 -05:00
@include "plugins/plugin-tiers-and-namespaces.mdx"