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.
pull/7934/head
Brian Cain 7 years ago
parent f97df6721e
commit 85278342fb
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

@ -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": [

Loading…
Cancel
Save