From 0ec3ad3db1985124cfee7584a59592350a38d2a5 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 20 Apr 2021 12:14:44 -0400 Subject: [PATCH] Add remote docs --- website/data/docs-remote-plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/data/docs-remote-plugins.json b/website/data/docs-remote-plugins.json index bf06f46f6..e1bf3c27c 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -101,5 +101,25 @@ "path": "qemu", "repo": "hashicorp/packer-plugin-qemu", "version": "latest" + }, + { + "title": "Outscale", + "path": "outscale", + "repo": "hashicorp/packer-plugin-outscale", + "version": "latest", + "pluginTier": "community" + }, + { + "title": "Parallels", + "path": "parallels", + "repo": "hashicorp/packer-plugin-parallels", + "version": "latest" + }, + { + "title": "Chef", + "path": "chef", + "repo": "hashicorp/packer-plugin-chef", + "version": "latest", + "pluginTier": "community" } ]