Skip to content

Commit

Permalink
Merge pull request hashicorp#10750 from hashicorp/azr-plugin-real-wor…
Browse files Browse the repository at this point in the history
…ld-examples

Give a list of working projects to checkout
  • Loading branch information
SwampDragons authored Mar 12, 2021
2 parents 44f0be2 + 6c8e997 commit 3ced522
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/content/docs/plugins/creation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,16 @@ This is done by adding the block below for the respective plugin to the file [do

### Plugin Development Tips and FAQs

#### Working Examples

Here's a non exaustive list of Packer plugins that you can check out:

* [github.com/hashicorp/packer-plugin-docker](https://github.com/hashicorp/packer-plugin-docker)
* [github.com/exoscale/packer-plugin-exoscale](https://github.com/exoscale/packer-plugin-exoscale)
* [github.com/sylviamoss/packer-plugin-comment](https://github.com/sylviamoss/packer-plugin-comment)

Looking at their code will give you good examples.

#### Naming Conventions

It is standard practice to name the resulting plugin application in the format
Expand Down

0 comments on commit 3ced522

Please sign in to comment.