docs: more user friendly vagrant cloud example

This commit is contained in:
Matthew Hooker 2017-06-06 14:51:35 -07:00
parent 07c09fee32
commit b56c6eca55
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 3 deletions

View File

@ -91,8 +91,7 @@ post-processor.
```json
{
"variables": {
"version": "",
"cloud_token": ""
"cloud_token": "{{ env `ATLAS_TOKEN` }}"
},
"post-processors": [
[
@ -106,7 +105,7 @@ post-processor.
"type": "vagrant-cloud",
"box_tag": "hashicorp/precise64",
"access_token": "{{user `cloud_token`}}",
"version": "{{user `version`}}"
"version": "1.0.{{timestamp}}"
}
]
]