From b2d692c33d216be683518de4711626abacf24516 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 11 Mar 2021 11:48:23 +0100 Subject: [PATCH 1/2] Give a list of working projects to checkout --- website/content/docs/plugins/creation/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/plugins/creation/index.mdx b/website/content/docs/plugins/creation/index.mdx index 4c4e7c3f1..7fd9fc8b3 100644 --- a/website/content/docs/plugins/creation/index.mdx +++ b/website/content/docs/plugins/creation/index.mdx @@ -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 checkout: + +* [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 From 6c8e997d193efcb369566fcb1f584ac5efdd190b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 11 Mar 2021 16:42:55 -0800 Subject: [PATCH 2/2] Update website/content/docs/plugins/creation/index.mdx --- website/content/docs/plugins/creation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/plugins/creation/index.mdx b/website/content/docs/plugins/creation/index.mdx index 7fd9fc8b3..0ba1e9c2c 100644 --- a/website/content/docs/plugins/creation/index.mdx +++ b/website/content/docs/plugins/creation/index.mdx @@ -332,7 +332,7 @@ This is done by adding the block below for the respective plugin to the file [do #### Working Examples -Here's a non exaustive list of Packer plugins that you can checkout: +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)