From 7969dfaf8c077af48703057c8e37a728570d39cb Mon Sep 17 00:00:00 2001 From: xuyaming Date: Thu, 19 Jan 2023 11:42:43 +0800 Subject: [PATCH] feat: add support desc for volcengine --- website/data/plugins-manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 68afb049c..e0039e604 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -328,6 +328,13 @@ "repo": "hashicorp/packer-plugin-virtualbox", "version": "latest" }, + { + "title": "Volcengine", + "path": "volcengine", + "repo": "volcengine/packer-plugin-volcengine", + "pluginTier": "community", + "version": "latest" + }, { "title": "VMware vSphere", "path": "vsphere", @@ -355,4 +362,4 @@ "version": "latest", "pluginTier": "community" } -] \ No newline at end of file +]