From e330b2c345519fdeb0de05a135f58d6539f89924 Mon Sep 17 00:00:00 2001 From: Ilya Lukyanov Date: Mon, 12 Dec 2022 15:39:19 +0400 Subject: [PATCH] Add external plugin docs --- website/data/plugins-manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 6223bb15e..df4ae7aaf 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -79,6 +79,13 @@ "version": "latest", "isHcpPackerReady": true }, + { + "title": "External", + "path": "external", + "repo": "joomcode/packer-plugin-external", + "version": "latest", + "sourceBranch": "main" + }, { "title": "Git", "path": "git",