From 0adb3c19a5b08d4798f9b69637359796c1c0b77d Mon Sep 17 00:00:00 2001 From: Pekka Nurmi Date: Thu, 24 Feb 2022 14:41:46 +0200 Subject: [PATCH] Add UpCloud plugin documentation --- 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 4bff2f6d8..8a188600e 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -309,5 +309,12 @@ "repo": "hashicorp/packer-plugin-yandex", "version": "latest", "pluginTier": "community" + }, + { + "title": "UpCloud", + "path": "upcloud", + "repo": "hashicorp/packer-plugin-upcloud", + "version": "latest", + "pluginTier": "community" } ]