From 5a0002083008445b099a56f58a90c65cebc20050 Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Mon, 19 Apr 2021 17:45:51 +0200 Subject: [PATCH] add qemu 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 1ae99ccd1..1fb5b7f3c 100644 --- a/website/data/docs-remote-plugins.json +++ b/website/data/docs-remote-plugins.json @@ -40,5 +40,11 @@ "path": "vmware", "repo": "hashicorp/packer-plugin-vmware", "version": "latest" + }, + { + "title": "QEMU", + "path": "qemu", + "repo": "hashicorp/packer-plugin-qemu", + "version": "latest" } ]