Update vagrant cloud post processor token example

This commit updates the Vagrant Cloud post processor example to use the
proper token name rather than the old Atlas one.
This commit is contained in:
Brian Cain 2019-07-31 08:46:07 -07:00
parent f97df6721e
commit 85278342fb
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ post-processor.
``` json
{
"variables": {
"cloud_token": "{{ env `ATLAS_TOKEN` }}",
"cloud_token": "{{ env `VAGRANT_CLOUD_TOKEN` }}",
"version": "1.0.{{timestamp}}"
},
"post-processors": [