From 5008b01eb97f5e6a3d5497745dac8f5cd78aae0e Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:23:29 -0500 Subject: [PATCH] docs: mark plugin as hcp ready (#58) Since the plugin supports HCP Packer, we should tag it as such. --- .web-docs/metadata.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index aae6ee0..a7a3f25 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -4,6 +4,7 @@ integration { name = "UpCloud" description = "A builder plugin for Packer which can be used to generate storage templates on UpCloud." identifier = "packer/UpCloudLtd/upcloud" + flags = ["hcp-ready"] component { type = "builder" name = "UpCloud"