11# Packer Plugin Virtualbox
2- The ` Virtualbox ` multi-component plugin can be used with HashiCorp [ Packer] ( https://www.packer.io )
2+ The ` Virtualbox ` multi-component plugin can be used with HashiCorp [ Packer] ( https://developer.hashicorp.com/packer )
33to create custom images. For the full list of available features for this plugin see [ docs] ( docs ) .
44
55## Installation
@@ -10,16 +10,16 @@ to create custom images. For the full list of available features for this plugin
1010
1111Starting from version 1.7, Packer supports a new ` packer init ` command allowing
1212automatic installation of Packer plugins. Read the
13- [ Packer documentation] ( https://www.packer.io /docs/commands/init ) for more information.
13+ [ Packer documentation] ( https://developer.hashicorp.com/packer /docs/commands/init ) for more information.
1414
1515To install this plugin, copy and paste this code into your Packer configuration .
16- Then, run [ ` packer init ` ] ( https://www.packer.io /docs/commands/init ) .
16+ Then, run [ ` packer init ` ] ( https://developer.hashicorp.com/packer /docs/commands/init ) .
1717
1818``` hcl
1919packer {
2020 required_plugins {
2121 virtualbox = {
22- version = ">= 0 .0.1 "
22+ version = ">= 1 .0.5 "
2323 source = "github.com/hashicorp/virtualbox"
2424 }
2525 }
@@ -33,7 +33,7 @@ You can find pre-built binary releases of the plugin [here](https://github.com/h
3333Once you have downloaded the latest archive corresponding to your target OS,
3434uncompress it to retrieve the plugin binary file corresponding to your platform.
3535To install the plugin, please follow the Packer documentation on
36- [ installing a plugin] ( https://www.packer.io /docs/extending/plugins/#installing-plugins ) .
36+ [ installing a plugin] ( https://developer.hashicorp.com/packer /docs/extending/plugins/#installing-plugins ) .
3737
3838
3939### From Sources
@@ -43,7 +43,7 @@ locally and run the command `go build` from the root
4343directory. Upon successful compilation, a ` packer-plugin-virtualbox ` plugin
4444binary file can be found in the root directory.
4545To install the compiled plugin, please follow the official Packer documentation
46- on [ installing a plugin] ( https://www.packer.io /docs/extending/plugins/#installing-plugins ) .
46+ on [ installing a plugin] ( https://developer.hashicorp.com/packer /docs/extending/plugins/#installing-plugins ) .
4747
4848
4949### Configuration
0 commit comments