From fb17f149f85b68c57b18d90d03e9e45513ae9bba Mon Sep 17 00:00:00 2001 From: Ilya Lukyanov <73885545+jilyaluk@users.noreply.github.com> Date: Sat, 11 Mar 2023 18:42:18 +0400 Subject: [PATCH] Add external data source plugin as a community integration (#12150) --- 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 e47b2349c..2d0bf328a 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",