diff --git a/.web-docs/README.md b/.web-docs/README.md index 38cb3a8c..e1c2a6a3 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -29,3 +29,4 @@ packer plugins install github.com/hashicorp/vagrant #### Post-Processor - [vagrant](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant) - The Packer Vagrant post-processor takes a build and converts the artifact into a valid Vagrant box. - [vagrant-cloud](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant-cloud) - The Vagrant Cloud post-processor enables the upload of Vagrant boxes to Vagrant Cloud. +- [vagrant-registry](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant-registry) - The Vagrant Registry post-processor enables the upload of Vagrant boxes to HCP Vagrant Box Registry. diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 3fdc8148..ffce2c4a 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -12,6 +12,11 @@ integration { name = "Vagrant" slug = "vagrant" } + component { + type = "post-processor" + name = "Vagrant" + slug = "vagrant" + } component { type = "post-processor" name = "Vagrant Cloud" @@ -19,7 +24,7 @@ integration { } component { type = "post-processor" - name = "Vagrant" - slug = "vagrant" + name = "Vagrant Registry" + slug = "vagrant-registry" } } diff --git a/docs/README.md b/docs/README.md index 38cb3a8c..e1c2a6a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,3 +29,4 @@ packer plugins install github.com/hashicorp/vagrant #### Post-Processor - [vagrant](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant) - The Packer Vagrant post-processor takes a build and converts the artifact into a valid Vagrant box. - [vagrant-cloud](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant-cloud) - The Vagrant Cloud post-processor enables the upload of Vagrant boxes to Vagrant Cloud. +- [vagrant-registry](/packer/integrations/hashicorp/vagrant/latest/components/post-processor/vagrant-registry) - The Vagrant Registry post-processor enables the upload of Vagrant boxes to HCP Vagrant Box Registry.