Skip to content

Commit

Permalink
Add vagrant-registry component to integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jun 18, 2024
1 parent 295660b commit f8ea752
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 7 additions & 2 deletions .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ integration {
name = "Vagrant"
slug = "vagrant"
}
component {
type = "post-processor"
name = "Vagrant"
slug = "vagrant"
}
component {
type = "post-processor"
name = "Vagrant Cloud"
slug = "vagrant-cloud"
}
component {
type = "post-processor"
name = "Vagrant"
slug = "vagrant"
name = "Vagrant Registry"
slug = "vagrant-registry"
}
}
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f8ea752

Please sign in to comment.