Merge pull request #9169 from sudomateo/docs/post-processor-vagrant-cloud

Note about box creation
This commit is contained in:
Wilken Rivera 2020-05-05 11:25:43 -04:00 committed by GitHub
commit 18ce764b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -47,6 +47,12 @@ Here is an example workflow:
7. The upload is verified 7. The upload is verified
8. The version is released and available to users of the box 8. The version is released and available to users of the box
~> The Vagrant Cloud box (`hashicorp/foobar` in this example) must already
exist. Packer will not create the box automatically. If running Packer in
automation, consider using the
[Vagrant Cloud API](https://www.vagrantup.com/docs/vagrant-cloud/api.html)
to create the Vagrant Cloud box if it doesn't already exist.
## Configuration ## Configuration
The configuration allows you to specify the target box that you have access to The configuration allows you to specify the target box that you have access to
@ -56,7 +62,8 @@ on Vagrant Cloud, as well as authentication and version information.
- `box_tag` (string) - The shorthand tag for your box that maps to Vagrant - `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
Cloud, for example `hashicorp/precise64`, which is short for Cloud, for example `hashicorp/precise64`, which is short for
`vagrantcloud.com/hashicorp/precise64`. `vagrantcloud.com/hashicorp/precise64`. This box must already exist in
Vagrant Cloud. Packer will not create the box automatically.
- `version` (string) - The version number, typically incrementing a previous - `version` (string) - The version number, typically incrementing a previous
version. The version string is validated based on [Semantic version. The version string is validated based on [Semantic