From a00846102be02a481f827cdbe10979919424fbbd Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Thu, 15 Apr 2021 13:52:26 +0200 Subject: [PATCH] add vsphere to docs-remote-plugins.json --- website/data/docs-remote-plugins.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/data/docs-remote-plugins.json b/website/data/docs-remote-plugins.json index 7c6ae6de3..16cfd8daa 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -10,5 +10,11 @@ "path": "amazon", "repo": "hashicorp/packer-plugin-amazon", "version": "latest" + }, + { + "title": "VMware vSphere", + "path": "vsphere", + "repo": "hashicorp/packer-plugin-vsphere", + "version": "latest" } ]