From 8e86f8fb125b168df582c1795ff927a806db41cb Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 7 Jun 2017 17:22:28 -0700 Subject: [PATCH] document VAGRANT_CLOUD_TOKEN --- website/source/docs/post-processors/vagrant-cloud.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.md b/website/source/docs/post-processors/vagrant-cloud.html.md index 23e8875d2..9af3edac2 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.md +++ b/website/source/docs/post-processors/vagrant-cloud.html.md @@ -53,7 +53,9 @@ on Vagrant Cloud, as well as authentication and version information. - `access_token` (string) - Your access token for the Vagrant Cloud API. This can be generated on your [tokens - page](https://vagrantcloud.com/account/tokens). + page](https://vagrantcloud.com/account/tokens). If not specified, the + environment will be searched. First, `VAGRANT_CLOUD_TOKEN` is checked, and + if nothing is found, finally `ATLAS_TOKEN` will be used. - `box_tag` (string) - The shorthand tag for your box that maps to Vagrant Cloud, i.e `hashicorp/precise64` for `vagrantcloud.com/hashicorp/precise64`