docs: more user friendly vagrant cloud example

pull/4975/head
Matthew Hooker 9 years ago
parent 07c09fee32
commit b56c6eca55
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -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}}"
}
]
]

Loading…
Cancel
Save