Merge pull request #5011 from hashicorp/website-vagrantcloud-version

website: Recommend vagrantcloud version from var
This commit is contained in:
Matthew Hooker 2017-06-13 14:16:58 -07:00 committed by GitHub
commit f1d943b6e6
1 changed files with 3 additions and 2 deletions

View File

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