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:
parent
f97df6721e
commit
85278342fb
|
@ -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…
Reference in New Issue